Exit code stuff

This commit is contained in:
2025-05-03 16:52:39 +02:00
parent 4b622ef323
commit 08e863691b
2 changed files with 4 additions and 2 deletions

View File

@@ -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)