We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb07d96 commit 6e69e89Copy full SHA for 6e69e89
bpython/repl.py
@@ -1030,8 +1030,8 @@ def edit_config(self):
1030
if self.open_in_external_editor(self.config.config_path):
1031
self.interact.notify(_('bpython config file edited. Restart '
1032
'bpython for changes to take effect.'))
1033
- except OSError as e:
1034
- self.interact.notify(_('Error editing config file: %s') % e)
+ except OSError as e:
+ self.interact.notify(_('Error editing config file: %s') % e)
1035
1036
1037
def next_indentation(line, tab_length):
0 commit comments