🔨 Clean up and improve some Python scripts (#27752)

This commit is contained in:
Andrew
2025-08-13 13:33:09 -04:00
committed by GitHub
parent 081458a3c8
commit 4fb984e960
12 changed files with 377 additions and 313 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
# The fallback branch is bugfix-2.1.x.
#
import os, subprocess, sys, urllib.request
import os, subprocess, sys, urllib.request, urllib.error
from pathlib import Path
DEBUGGING = False