mirror of https://github.com/Chizi123/Arch-autobuild-repo.git
src/archrepobuild/repo.py @@ -185,11 +185,11 @@ removed = 0 for f in to_remove: f.unlink() f.remove() # Also remove signature sig = f.with_suffix(f.suffix + ".sig") if sig.exists(): sig.unlink() sig.remove() removed += 1 if removed: