| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fb07d96 commit 6e69e89
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1030,8 +1030,8 @@ def edit_config(self): | |||
| 1030 | 1030 | if self.open_in_external_editor(self.config.config_path): | |
| 1031 | 1031 | self.interact.notify(_('bpython config file edited. Restart ' | |
| 1032 | 1032 | 'bpython for changes to take effect.')) | |
| 1033 | - except OSError as e: | ||
| 1034 | - self.interact.notify(_('Error editing config file: %s') % e) | ||
| 1033 | + except OSError as e: | ||
| 1034 | + self.interact.notify(_('Error editing config file: %s') % e) | ||
| 1035 | 1035 | ||
| 1036 | 1036 | ||
| 1037 | 1037 | def next_indentation(line, tab_length): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments