From 625f728b0155da05b78fc4817e192853b728dd38 Mon Sep 17 00:00:00 2001 From: Dilan Gilluly Date: Mon, 9 Feb 2026 00:13:33 -0500 Subject: [PATCH] build issue --- src/dg_music_sorter.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dg_music_sorter.py b/src/dg_music_sorter.py index 0fead7d..45836df 100644 --- a/src/dg_music_sorter.py +++ b/src/dg_music_sorter.py @@ -22,8 +22,6 @@ def main(): current_file.rename(new_path) print(f"Moved {current_file} to {new_path}.") print(f"Succeeded in sorting {len(music_files)} music files.") - else: - quit(0) if __name__ == "__main__": main()