Skip to content

Commit

Permalink
Add galaxy_version to the ATTRIBUTES of BaseDirectoryImportModelStore
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Dec 14, 2023
1 parent c27463f commit 7dc1470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/model/store/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,7 @@ def _set_job_attributes(
"tool_stderr",
"job_stdout",
"job_stderr",
"galaxy_version",
)
for attribute in ATTRIBUTES:
value = job_attrs.get(attribute)
Expand Down

0 comments on commit 7dc1470

Please sign in to comment.