Fix broken extract all files flag
This commit is contained in:
parent
f9c462b94a
commit
583cd2b0bb
@ -653,7 +653,7 @@ def download_release(
|
||||
|
||||
formatted_files = (
|
||||
[file.format(**format_fields) for file in extract_files]
|
||||
if extract_files
|
||||
if extract_files is not None
|
||||
else None
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user