pdbconv: ResourceAccessor now logs the written file

This commit is contained in:
Mike Auty
2019-11-20 20:04:14 +00:00
committed by ikelos
parent 2d3cceda46
commit 9928b40afb
@@ -900,7 +900,6 @@ class PdbRetreiver:
except error.HTTPError as excp:
vollog.debug("Failed with {}".format(excp))
if result:
vollog.debug("Successfully written to {}".format(result.name))
break
if progress_callback is not None:
progress_callback(100, "Downloading {}".format(url + suffix))