mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Fixing read external files
This commit is contained in:
committed by
GitHub
parent
55df82dd89
commit
6ddd10b98b
2
.github/db_operator.py
vendored
2
.github/db_operator.py
vendored
@@ -178,7 +178,7 @@ class ExternalFilesReader:
|
||||
print(f"Invalid MD5 hash in this row: {md5hash}, skipping it.", row)
|
||||
continue
|
||||
|
||||
result.append((path, {"url": url, "size": int(size), "hash": md5hash}))
|
||||
result.append((Path(path), {"url": url, "size": int(size), "hash": md5hash}))
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user