Skip to content

Commit 34ed7fa

Browse files
author
Jose Alonso Solis Lemus
committed
labelmanager
1 parent 7b7448e commit 34ed7fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pycemrg/data/labels.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,4 @@ def get_tags_string(self, names: List[str], separator: str = ",") -> str:
7777
flat_names = names
7878

7979
list_of_values = self.get_values_from_names(flat_names)
80-
return separator.join(list_of_values)
81-
80+
return separator.join(map(str, list_of_values))

0 commit comments

Comments
 (0)