Skip to content

Commit c041e63

Browse files
authored
remove forgotten line
1 parent 74ca2bd commit c041e63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bioblend/galaxy/invocations/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ def rerun_invocation(
278278
if resource_params:
279279
payload["resource_params"] = resource_params
280280
payload["use_cached_job"] = use_cached_job
281-
if instance:
282281
url = "/".join((self.gi.url, "workflows", workflow_id, "invocations"))
283282
return self.gi.make_post_request(url=url, payload=payload)
284283

0 commit comments

Comments
 (0)