We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dff9d2f + c6e36b0 commit ec8a075Copy full SHA for ec8a075
contrib/macdeploy/macdeployqtplus
@@ -580,7 +580,7 @@ try:
580
except RuntimeError as e:
581
if verbose >= 1:
582
sys.stderr.write("Error: %s\n" % str(e))
583
- sys.exit(ret)
+ sys.exit(1)
584
585
# ------------------------------------------------
586
@@ -593,7 +593,7 @@ if config.plugins:
593
594
595
596
597
598
599
0 commit comments