From c2cc7186039bc6420bf0d46792ea98751ab3c96f Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Thu, 15 Sep 2011 18:31:54 +0200 Subject: [PATCH] fix: syntax error in dict --- lib/git_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git_helper.py b/lib/git_helper.py index fec9684..13cd854 100644 --- a/lib/git_helper.py +++ b/lib/git_helper.py @@ -167,7 +167,7 @@ def git_cleanup_branch(paths): and builds fail. """ result = { - "goods": dict() + "goods": dict(), "bads": dict() } for path in paths: -- 2.39.5