Skip to content

Commit

Permalink
BUG: get_artifact_collection_member returned collection instead of me…
Browse files Browse the repository at this point in the history
…mber (#347)
  • Loading branch information
ebolyen authored Oct 25, 2024
1 parent c4fa18c commit 27e03d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2cli/core/usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def get_artifact_collection_member(self, name, variable, key):
]
self.recorder.extend(lines)

return variable
return accessed_variable

def import_from_format(self, name, semantic_type,
variable, view_type=None):
Expand Down

0 comments on commit 27e03d0

Please sign in to comment.