mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-08-13 11:02:41 +02:00
Fix always-smart redownloading the wrong files
This commit is contained in:
@@ -208,7 +208,7 @@ class OutputDirectory:
|
|||||||
if remote_newer is None:
|
if remote_newer is None:
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
return not remote_newer
|
return remote_newer
|
||||||
|
|
||||||
# This should never be reached
|
# This should never be reached
|
||||||
raise ValueError(f"{redownload!r} is not a valid redownload policy")
|
raise ValueError(f"{redownload!r} is not a valid redownload policy")
|
||||||
|
Reference in New Issue
Block a user