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.
2 parents dfdc4dd + 203cd70 commit b69cae3Copy full SHA for b69cae3
nautilus_open_any_terminal/nautilus_open_any_terminal.py
@@ -257,7 +257,7 @@ def open_local_terminal_in_uri(uri: str):
257
if terminal == "warp":
258
# Force new_tab to be considered even without traditional tab arguments
259
Popen( # pylint: disable=consider-using-with
260
- ["xdg-open", f"warp://action/new_{"tab" if new_tab else "window"}?path={result.path}"]
+ ["xdg-open", f"warp://action/new_{'tab' if new_tab else 'window'}?path={result.path}"]
261
)
262
return
263
0 commit comments