Skip to content

Commit 832fb4f

Browse files
committed
Ignore __input_ext
Same input == same input_ext, we don't need to search for this and I don't think this necessarily works when queuing up inputs ? We'd have to set this when the job actually dispatches if we're serious about this.
1 parent a9ea9cf commit 832fb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/managers/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def stop(self, job, message=None):
368368
class JobSearch:
369369
"""Search for jobs using tool inputs or other jobs"""
370370

371-
IGNORED_NON_JOB_PARAMETERS = ("__use_cached_job__", "__workflow_invocation_uuid__", "__when_value__")
371+
IGNORED_NON_JOB_PARAMETERS = ("__use_cached_job__", "__workflow_invocation_uuid__", "__when_value__", "__input_ext")
372372

373373
def __init__(
374374
self,

0 commit comments

Comments
 (0)