don't keep copy candidates that *were* copied

This commit is contained in:
Gregor Kleen 2023-05-09 08:01:57 +02:00
parent 2417352b58
commit ae53231065

View File

@ -459,6 +459,8 @@ def main():
download.close()
download.release_conn()
copied.add(backup)
copy_candidates -= copied
for candidate in copy_candidates:
keep_because(candidate, "copy-candidate")