fix downloading success check bug (#1388)

* fix downloading success check bug

* fix downloading success check bug

* simplify fix

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Yi Wang 2023-06-02 18:43:46 +02:00 коммит произвёл GitHub
Родитель 0a564dd4b2
Коммит 7bc19aea9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -515,7 +515,7 @@ if __name__ == "__main__":
# add to existing checked locations
with open(ext_path, "a") as f:
writer = csv.writer(f)
if patches is not None:
if patches:
success = 1
else:
success = 0