Skip to content

Commit a501129

Browse files
committed
Use fstring
1 parent fbcf8a1 commit a501129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/test/test_crashers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def processExited(self, reason):
9191
(
9292
sys.executable,
9393
"-m",
94-
"bpython." + self.backend,
94+
f"bpython.{self.backend}",
9595
"--config",
9696
str(TEST_CONFIG),
9797
),

0 commit comments

Comments
 (0)