Skip to content

Commit 0befccb

Browse files
dbg
1 parent 66c2653 commit 0befccb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/snakemake_storage_plugin_github_artifact

src/snakemake_storage_plugin_github_artifact/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ def retrieve_object(self):
221221
# redirect_url, headers=self._headers(accept="application/zip"), stream=True
222222
# )
223223
# extract file from zip and store under self.local_path()
224-
print(res.raw.read())
225224
with zipfile.ZipFile(res.raw) as zip_file:
226225
zip_file.extractall(self.local_path(), [self.local_path().name])
227226

0 commit comments

Comments
 (0)