From 51e0695d39122923ff3a1345ca4e7bc69bd927d3 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Tue, 30 Apr 2013 17:06:34 +0200 Subject: [PATCH] fix: add closing parantheses --- common_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_code.py b/common_code.py index 76e1154..9871484 100755 --- a/common_code.py +++ b/common_code.py @@ -40,7 +40,7 @@ def exit_error(): sys.exit(1) ENV = os.environ -ENV.setdefault('ARGV',' '.join(sys.argv) +ENV.setdefault('ARGV',' '.join(sys.argv)) ENV.setdefault('NO_UPLOAD','') BIN_GIT = '/usr/bin/git' -- 2.39.5