Fix clearml-search cli error if dataset version is None (#1329)

Co-authored-by: Vignesh D <vignesh_d@epam.com>
This commit is contained in:
vignesh
2024-09-20 15:09:33 +05:30
committed by GitHub
parent 99db5e77cd
commit d069339fe9

View File

@@ -656,7 +656,7 @@ def ds_search(args):
formatting.format(
d["project"],
d["name"],
d["version"],
d["version"] or "",
str(d["tags"] or [])[1:-1],
str(d["created"]).split(".")[0],
d["id"],