From 4c9733806f97804da498c95c6bd735f94fb070a3 Mon Sep 17 00:00:00 2001 From: Seblu <sebastien.luttringer@smartjog.com> Date: Thu, 30 Jun 2011 18:37:49 +0200 Subject: [PATCH] Fix traceback cause to a debug message --- bin/is | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/is b/bin/is index 3b0cfe9..3c51d26 100755 --- a/bin/is +++ b/bin/is @@ -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) -- GitLab