Skip to content

Commit ea22c0e

Browse files
drop eager param from get_invocation in error report method
1 parent f823afc commit ea22c0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/galaxy/webapps/galaxy/services/invocations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def report_error(
250250
self, trans: ProvidesUserContext, invocation_id: DecodedDatabaseIdField, payload: ReportInvocationErrorPayload
251251
):
252252
workflow_invocation = self._workflows_manager.get_invocation(
253-
trans, invocation_id, eager=True, check_ownership=False, check_accessible=True
253+
trans, invocation_id, check_ownership=False, check_accessible=True
254254
)
255255
email = payload.email
256256
if not email and not trans.anonymous:

0 commit comments

Comments
 (0)