Followup from #1013 (#1015)

This commit is contained in:
Sam Clegg
2022-03-24 23:19:49 +00:00
committed by GitHub
parent 1b1f5f24df
commit dd10e14bce

View File

@@ -1968,7 +1968,7 @@ class Tool(object):
elif url.endswith(ARCHIVE_SUFFIXES):
success = download_and_unzip(url, self.installation_path(), filename_prefix=getattr(self, 'zipfile_prefix', ''))
else:
assert False
assert False, 'unhandled url type: ' + url
if not success:
exit_with_error("installation failed!")