Skip to content
Snippets Groups Projects
Commit c0d2352c authored by Sven Duscha's avatar Sven Duscha
Browse files

task #2699 changed exit status to 1 in all cases of error

parent 41ed602a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ try:
except ImportError:
print "addImagingColumns.py: could not import pyrap.tables"
print "WARN: No imaging columns added"
sys.exit(0)
sys.exit(1)
if len(sys.argv)> 2:
print "addImagingColumns.py: Too many arguments"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment