mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Fix always-smart redownloading the wrong files
This commit is contained in:
parent
e4e5e83be6
commit
5edd868d5b
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ class OutputDirectory:
|
|||
if remote_newer is None:
|
||||
return True
|
||||
else:
|
||||
return not remote_newer
|
||||
return remote_newer
|
||||
|
||||
# This should never be reached
|
||||
raise ValueError(f"{redownload!r} is not a valid redownload policy")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue