wrong type of exit method
This commit is contained in:
parent
01d37e00af
commit
1c0ad8bbae
@ -18,9 +18,7 @@ current_OS = platform.system()
|
|||||||
#exit(0)
|
#exit(0)
|
||||||
|
|
||||||
build_type = os.environ.get("BUILD_TYPE", 'Not Set')
|
build_type = os.environ.get("BUILD_TYPE", 'Not Set')
|
||||||
if not(build_type == 'upload' or build_type == 'traceback' or build_type == 'Not Set') :
|
if build_type == 'upload' or build_type == 'traceback' or build_type == 'Not Set' :
|
||||||
exit(0)
|
|
||||||
|
|
||||||
|
|
||||||
if current_OS == 'Windows':
|
if current_OS == 'Windows':
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user