Skip to content
Snippets Groups Projects
Commit c60e96b6 authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

error printing end by a dot

parent 8418f52d
No related branches found
No related tags found
No related merge requests found
......@@ -742,7 +742,7 @@ def main():
options.func(options)
exit(0)
except Exception as e:
error(e)
error(u"%s." % e)
except KeyboardInterrupt:
warn("Keyboard Interrupted")
exit(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment