From fcf8712f177dfc7328f3a9ae12720a00ce9f3a49 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 12 Feb 2021 16:05:10 +0100 Subject: Flake8 fix --- lesana/command.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) ) -- cgit v1.2.3