Skip to content

Commit

Permalink
pass author ids for update
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Sep 17, 2024
1 parent 3e1f4c4 commit 2f51046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabrictestbed/fabric_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def create_artifact(self, artifact_title: str, description_short: str, descripti
description_long=description_long,
tags=tags,
visibility=visibility,
authors=authors, project_id=self.project_id)
authors=author_ids, project_id=self.project_id)
return artifact

except Exception as e:
Expand Down

0 comments on commit 2f51046

Please sign in to comment.