cgt now returns correct success/failure value to the UNIX shell.
This commit is contained in:
parent
206309ddd9
commit
f434ea4faa
|
@ -245,7 +245,7 @@ if __name__ == '__main__':
|
|||
views |= CRL.Catalog.State.Logical
|
||||
af.saveCell(cell, views)
|
||||
|
||||
sys.exit(kiteSuccess)
|
||||
sys.exit(not kiteSuccess)
|
||||
|
||||
except Exception, e:
|
||||
print e
|
||||
|
|
Loading…
Reference in New Issue