Skip to content
Snippets Groups Projects
Commit 4c973380 authored by Seblu's avatar Seblu
Browse files

Fix traceback cause to a debug message

parent e0b1548c
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ def c_init_repo(args):
if len(repos) != 1:
raise Exception("Please select one repository")
Repository.create(repos[0])
debug("Repository: %s" % args[0])
debug("Repository: %s" % repos[0])
except Exception as e:
raise Exception("init repo failed: %s" % e)
......
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