Pdbconv: Fix issue when remote file does not exist

This commit is contained in:
Mike Auty
2020-07-15 21:42:46 +01:00
parent 1b774bc69d
commit c21bc62589
@@ -903,6 +903,8 @@ class PdbRetreiver:
break
if progress_callback is not None:
progress_callback(100, "Downloading {}".format(url + suffix))
if result is None:
return None
return result.name