]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fix: syntax error in dict
authorMathias Klette <mathias.klette@profitbricks.com>
Thu, 15 Sep 2011 16:31:54 +0000 (18:31 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Thu, 15 Sep 2011 16:31:54 +0000 (18:31 +0200)
lib/git_helper.py

index fec9684cb2684867984978c87d1d3b0e0954489b..13cd854b347b82f344271d5eb8136735e646b716 100644 (file)
@@ -167,7 +167,7 @@ def git_cleanup_branch(paths):
     and builds fail.
     """
     result = {
-        "goods": dict()
+        "goods": dict(),
         "bads": dict()
     }
     for path in paths: