Fix broken extract all files flag

This commit is contained in:
IamTheFij 2024-11-18 11:39:13 -08:00
parent f9c462b94a
commit 583cd2b0bb

View File

@ -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
)