cgt now returns correct success/failure value to the UNIX shell.

This commit is contained in:
Jean-Paul Chaput 2014-08-03 16:27:19 +02:00
parent 206309ddd9
commit f434ea4faa
1 changed files with 1 additions and 1 deletions

View File

@ -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