| src/archrepobuild/repo.py | ●●●●● patch | view | raw | blame | history |
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: