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.
2 parents e3cafca + 726674f commit 1493f8dCopy full SHA for 1493f8d
cmds/cmd_package.py
@@ -217,7 +217,7 @@ def determine_url_valid(url_from_srv):
217
r = requests.get(url_from_srv, stream=True, headers=headers)
218
if r.status_code == requests.codes.not_found:
219
if i == 2:
220
- print("Warning : %s is invalid." % package_url)
+ print("Warning : %s is invalid." % url_from_srv)
221
return False
222
time.sleep(1)
223
else:
0 commit comments