From: Mathias Klette Date: Thu, 15 Sep 2011 16:31:54 +0000 (+0200) Subject: fix: syntax error in dict X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=c2cc7186039bc6420bf0d46792ea98751ab3c96f;p=profitbricks%2Fjenkins-build-scripts.git fix: syntax error in dict --- 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: