- cleaned up error msg bug
This commit is contained in:
@@ -54,6 +54,7 @@ def main():
|
|||||||
elif (options.branch != 'master' and options.branch != 'travis_mac_osx'):
|
elif (options.branch != 'master' and options.branch != 'travis_mac_osx'):
|
||||||
print '!branch is not master or travis_mac_osx! -> ' + options.branch
|
print '!branch is not master or travis_mac_osx! -> ' + options.branch
|
||||||
print '-will not upload-'
|
print '-will not upload-'
|
||||||
|
return
|
||||||
else:
|
else:
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user