FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use fstring · bpython/bpython@a501129 · GitHub

Commit a501129

Browse files
committed
Use fstring
1 parent fbcf8a1 commit a501129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL