Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a501129

Browse filesBrowse files
committed
Use fstring
1 parent fbcf8a1 commit a501129
Copy full SHA for a501129

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎bpython/test/test_crashers.py‎

Copy file name to clipboardExpand all lines: bpython/test/test_crashers.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.