We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81501fd commit e8a9dbfCopy full SHA for e8a9dbf
labelbox/schema/project.py
@@ -318,8 +318,9 @@ def _validate_datetime(string_date: str) -> bool:
318
return True
319
except ValueError:
320
pass
321
- raise ValueError(f"""Incorrect format for: {string_date}.
322
- Format must be \"YYYY-MM-DD\" or \"YYYY-MM-DD hh:mm:ss\"""")
+ raise ValueError(f"""Incorrect format for: {string_date}.
+ Format must be \"YYYY-MM-DD\" or \"YYYY-MM-DD hh:mm:ss\"""")
323
+ return True
324
325
sleep_time = 2
326
id_param = "projectId"
0 commit comments