Fixed build script (oof)

This commit is contained in:
nocturn9x 2021-02-26 14:04:38 +01:00
parent 303a608e56
commit 8d468e7bed
1 changed files with 2 additions and 1 deletions

View File

@ -321,6 +321,7 @@ if __name__ == "__main__":
args.verbose):
logging.debug("Build tool exited successfully")
else:
logging.debug("Build tool exited with error")
exit(1)
except KeyboardInterrupt:
logging.info("Interrupted by the user")