From 93fd647d034a7090c2746fe65fad10d68cb6c394 Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Wed, 3 Aug 2011 16:01:10 +0200 Subject: [PATCH] fix '=' bug --- testgit_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testgit_build.py b/testgit_build.py index eaabc38..bcb4e92 100755 --- a/testgit_build.py +++ b/testgit_build.py @@ -46,7 +46,7 @@ GIT_TARGET_WORKSPACE = os.path.join( '%s-build%s' %(BUILD_ID, BUILD_NUMBER) ) -if GIT_UPSTREAM_BRANCH = 'NONE': +if GIT_UPSTREAM_BRANCH == 'NONE': raise Exception('You must give a GIT_UPSTREAM_BRANCH') if GIT_DEBIAN_BRANCH == 'NONE': -- 2.39.5