mirror of
https://github.com/clearml/clearml
synced 2025-01-31 00:56:57 +00:00
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:
parent
99db5e77cd
commit
d069339fe9
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user