aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lesana/command.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lesana/command.py b/lesana/command.py
index 9c53c9b..61393e9 100644
--- a/lesana/command.py
+++ b/lesana/command.py
@@ -18,7 +18,8 @@ def edit_file_in_external_editor(filepath):
except FileNotFoundError as e:
if editor in str(e):
logging.info(
- 'Could not open file {} with $EDITOR (currently {})'.format(
+ 'Could not open file {} with $EDITOR (currently {})'
+ .format(
filepath, editor
)
)