We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c2653 commit 0befccbCopy full SHA for 0befccb
1 file changed
src/snakemake_storage_plugin_github_artifact/__init__.py
@@ -221,7 +221,6 @@ def retrieve_object(self):
221
# redirect_url, headers=self._headers(accept="application/zip"), stream=True
222
# )
223
# extract file from zip and store under self.local_path()
224
- print(res.raw.read())
225
with zipfile.ZipFile(res.raw) as zip_file:
226
zip_file.extractall(self.local_path(), [self.local_path().name])
227
0 commit comments