We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e451f8 commit e98b875Copy full SHA for e98b875
manuskript/load_save/version_1.py
@@ -696,7 +696,7 @@ def loadProject(project, zip=None):
696
files[os.path.join(p, f)] = fo.read()
697
698
except (UnicodeDecodeError, FileNotFoundError, IsADirectoryError) as e:
699
- LOGGER.error("Ignore file: "+ filename + "because of the error " + e.reason)
+ LOGGER.error("Ignore file " + filename + " because of the error: " + e.reason)
700
701
except PermissionError as e:
702
LOGGER.error("Cannot open file " + filename + ": " + e.strerror)
0 commit comments