Skip to content

Commit

Permalink
Adding testing prints
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjsmith15 committed Aug 1, 2024
1 parent 077bd05 commit dac9032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bioblend/galaxy/invocations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ def get_invocation_rocrate_zip(self, invocation_id: str, file_path: str, chunk_s
:param file_path: Path to save the report
"""
url = self._make_url(invocation_id) + "/rocrate.zip"
print(url)
r = self.gi.make_get_request(url, stream=True)
if r.status_code != 200:
raise Exception(
Expand Down

0 comments on commit dac9032

Please sign in to comment.