We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcf8a1 commit a501129Copy full SHA for a501129
bpython/test/test_crashers.py
@@ -91,7 +91,7 @@ def processExited(self, reason):
91
(
92
sys.executable,
93
"-m",
94
- "bpython." + self.backend,
+ f"bpython.{self.backend}",
95
"--config",
96
str(TEST_CONFIG),
97
),
0 commit comments