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 0d39f6c commit 0014282Copy full SHA for 0014282
collect_executables.py
@@ -177,10 +177,8 @@ def get_gd_platform():
177
build -= 1
178
fx_download_dir_url = f"https://archive.mozilla.org/pub/firefox/candidates/{latest_beta_ver}-candidates/build{build}/{get_fx_platform()}/{language}/"
179
180
- print(f"trying {fx_download_dir_url}")
181
response = requests.get(fx_download_dir_url)
182
status = response.status_code
183
- print(f"response code: {status}")
184
response_text = None
185
for _ in range(3):
186
if status < 300:
0 commit comments