aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Šegan <danilo@segan.org>2012-05-17 21:13:54 +0200
committerDanilo Šegan <danilo@segan.org>2012-05-17 21:13:54 +0200
commit4de167260432e9e535f84628c48432e2315db6aa (patch)
treeee10dd6060e0fe6e353a3494c1563caac24bd6bd
parentcbbac21ee6403d0c34a3c974558647f0b5e57e5b (diff)
Another minor fix.
-rwxr-xr-xscripts/publish_to_snapshots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish_to_snapshots.py b/scripts/publish_to_snapshots.py
index e370003..404fd9b 100755
--- a/scripts/publish_to_snapshots.py
+++ b/scripts/publish_to_snapshots.py
@@ -43,7 +43,7 @@ class SnapshotsPublisher(object):
def validate_args(self, args):
# Validate that all the required information
# is passed on the command line
- if (args.job_type == None or args.job_name == None or
+ if (args.job_type == None or args.job_name == None or
args.build_num == None):
parser.error(
"\nYou must specify job-type, job-name and build-num")