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 801186f commit 225920bCopy full SHA for 225920b
src/pybind/mgr/snap_schedule/fs/schedule.py
@@ -35,7 +35,7 @@ def ts_parser(data_string: str) -> datetime: # type: ignore
35
return date
36
except ValueError:
37
msg = f'''The date string {data_string} does not match the required format
38
- {SNAP_DB_TS_FORMAT}. For more flexibel date parsing upgrade to
+ {SNAP_DB_TS_FORMAT}. For more flexible date parsing upgrade to
39
python3.7 or install
40
https://github.com/movermeyer/backports.datetime_fromisoformat'''
41
log.error(msg)
0 commit comments