Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
improves error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 3, 2019
1 parent 6d2e308 commit 91b893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyquickhelper/loghelper/repositories/pygit_helper.py
Expand Up @@ -104,7 +104,7 @@ def __init__(self, **args):
.replace(r"\342\200\231", "’")
if not os.path.exists(self.name):
raise Exception(
"The modification did not work\n'{0}'\nINTO\n'{1}'".format(name0, self.name))
"The modification did not work\n'{0}'\nINTO\n'{1}'\n[{2}]".format(name0, self.name, [self.name]))

def __str__(self):
"""
Expand Down

0 comments on commit 91b893a

Please sign in to comment.