use sys.exit, again

This commit is contained in:
Ocasta 2025-02-04 22:05:03 -08:00
parent 1415c8ce7b
commit 6937823b69

View file

@ -100,4 +100,4 @@ except FileNotFoundError:
except Exception as e:
print(f"Error updating changelog: {str(e)}")
print(f"Current working directory: {os.getcwd()}")
exit(1)
sys.exit(1)