clearml/clearml/datasets
AbdulHamid Merii 25df3b4c75
Fix unhandled None value in project IDs when listing all datasets (#1413)
When fetching the project_ids, there are times where the project id may
be None, even if that's not supposed to be the case. This causes the
program to break. This patch adds some defensive checks to make sure
that even if somehow we get None for the project_id, it will be ignored
and handled gracefully.
2025-05-19 16:22:23 +03:00
..
__init__.py Black formatting 2024-10-31 15:51:48 +02:00
dataset.py Fix unhandled None value in project IDs when listing all datasets (#1413) 2025-05-19 16:22:23 +03:00