startvms: Correct final exit code
This commit is contained in:
@@ -175,7 +175,7 @@ def main():
|
||||
error = True
|
||||
log.error('{0}'.format(e))
|
||||
continue
|
||||
raise SystemExit(int(not error))
|
||||
raise SystemExit(int(error))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user