Add debug print to test_debian_compatibility

pull/739/head
Yuri Astrakhan 8 months ago committed by Thomas Tanon
parent df040400c5
commit d4bfcd3b24
  1. 1
      lints/test_debian_compatibility.py

@ -46,6 +46,7 @@ def fetch_debian_package_desc(debian_name):
print(f"Error {e} from {url}, retrying after {wait}s")
sleep(wait)
else:
print(f"Failed to fetch debian name {debian_name} from {url}: {e}")
raise e
raise Exception(f"Failed to fetch {url}")

Loading…
Cancel
Save