mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
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. |
||
---|---|---|
.. | ||
__init__.py | ||
dataset.py |