Merge "container-puppet: SystemExit with RC 1 to actually error out"

This commit is contained in:
Zuul
2019-12-10 12:37:42 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -584,4 +584,4 @@ if __name__ == '__main__':
infile_processing(infiles=glob.glob(STARTUP_CONFIGS))
if not SUCCESS:
raise SystemExit()
raise SystemExit(1)