Correction d'un bug

This commit is contained in:
Dark-Storm 2018-08-29 23:14:54 +02:00
parent ed595a5a25
commit a8cd2ad11e
Signed by: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 1 additions and 1 deletions

View File

@ -216,5 +216,5 @@ if __name__ == "__main__":
f.close()
print("Code saved into", args.export[0])
except Exception as e:
print("Error:", str(e))
sys.exit("Error: " + str(e))
print(code)