We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6288b9 commit 328cc1dCopy full SHA for 328cc1d
1 file changed
windows-release/merge-and-upload.py
@@ -324,7 +324,6 @@ def find_missing_from_index(url, installs):
324
print(INDEX_PATH, "mtime =", INDEX_MTIME)
325
326
327
-
328
new_installs = [trim_install(i) for i, *_ in UPLOADS]
329
validate_new_installs(new_installs)
330
new_installs = sorted(new_installs, key=install_sortkey)
0 commit comments