mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Restore history= in _create_skipped_output constructor
add_dataset sets history and hid, but the HDA may enter the session before add_dataset runs. Pass history in constructor so it's never in session without a history association. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
bce5b360c8
commit
fc69697dd8
@@ -2127,6 +2127,7 @@ class PickValueModule(WorkflowModule):
|
||||
history = invocation.history
|
||||
hda = model.HistoryDatasetAssociation(
|
||||
name="Pick Value - skipped",
|
||||
history=history,
|
||||
create_dataset=True,
|
||||
flush=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user