Browse Source

Remove unused variable

pull/1349/head
Hironsan 3 years ago
parent
commit
2acc9112df
1 changed files with 0 additions and 1 deletions
  1. 1
      tools/offline_deployment/offline_patcher.py

1
tools/offline_deployment/offline_patcher.py

@ -115,7 +115,6 @@ def main():
for spot in link_findings_default + link_findings_url_prefix:
absolute_link = spot["abs"]
found_link = spot["found"]
found_host = spot["host"]
if absolute_link not in valid_urls:
# check link

Loading…
Cancel
Save