Skip to content

Commit 00b0147

Browse files
committed
fix variable name
1 parent fcc4c58 commit 00b0147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioblend/galaxy/invocations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def rerun_invocation(
138138
invocation_id: str,
139139
remap: bool = False,
140140
inputs_update: Optional[dict] = None,
141-
params_update: Optional[dict] = None,
141+
params: Optional[dict] = None,
142142
history_id: Optional[str] = None,
143143
history_name: Optional[str] = None,
144144
import_inputs_to_history: bool = False,

0 commit comments

Comments
 (0)