mirror of
https://github.com/Paillat-dev/discord-emojis.git
synced 2026-01-02 00:56:19 +00:00
Exit code stuff
This commit is contained in:
@@ -32,7 +32,7 @@ def main() -> None:
|
||||
|
||||
if current_hash == new_hash:
|
||||
print("No changes")
|
||||
sys.exit(2) # No changes
|
||||
sys.exit(3) # No changes
|
||||
|
||||
with out_path.open("wb") as out_file:
|
||||
out_file.write(new_dump)
|
||||
|
||||
Reference in New Issue
Block a user