diff --git a/bioblend/galaxy/invocations/__init__.py b/bioblend/galaxy/invocations/__init__.py index 837000b65..52fbd81c4 100644 --- a/bioblend/galaxy/invocations/__init__.py +++ b/bioblend/galaxy/invocations/__init__.py @@ -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(