Skip to content

Commit

Permalink
bugfix update_metadata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GemmaTuron authored Nov 24, 2023
1 parent 8b40bca commit 73f3c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def populate_metadata(self):
if self.metadata["Tag"] == []:
# split the tags into a list andremove any whitespace
# tags = [tag.strip() for tag in self.json_input["tag"].split(",")]
print(type(self.json_input["tag"])
print(type(self.json_input["tag"]))
tags = self.json_input["tag"]
self.metadata["Tag"] = tags
if self.metadata["Status"] == "":
Expand Down

0 comments on commit 73f3c9f

Please sign in to comment.