| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fa3ad3a commit fb07d96
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1001,7 +1001,7 @@ def open_in_external_editor(self, filename): | |||
| 1001 | 1001 | editor_args = shlex.split(prepare_for_exec(self.config.editor, | |
| 1002 | 1002 | encoding)) | |
| 1003 | 1003 | args = editor_args + [prepare_for_exec(filename, encoding)] | |
| 1004 | - return subprocess.call(args) == 0: | ||
| 1004 | + return subprocess.call(args) == 0 | ||
| 1005 | 1005 | ||
| 1006 | 1006 | def edit_config(self): | |
| 1007 | 1007 | if not (os.path.isfile(self.config.config_path)): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments