Added EOF return codes

This commit is contained in:
2022-04-20 21:02:46 -04:00
parent f45dab8cfb
commit 88e3994f4f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -142,3 +142,5 @@ if __name__ == "__main__":
source_directories = scan_source(source)
create_destination()
scan_destination_convert()
s_exit(0)
+2
View File
@@ -62,3 +62,5 @@ if __name__ == "__main__":
else:
print(f"[{album}/*] ReplayGain data is already present.")
s_exit(0)