Skip to content

Commit fa05bc4

Browse files
authored
Merge pull request ceph#60786 from er0k/main
mgr/snap_schedule: fix typo in timestamp format exception Reviewed-by: Kefu Chai <[email protected]>
2 parents bdd0e4f + 225920b commit fa05bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/snap_schedule/fs/schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def ts_parser(data_string: str) -> datetime: # type: ignore
3535
return date
3636
except ValueError:
3737
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
38+
{SNAP_DB_TS_FORMAT}. For more flexible date parsing upgrade to
3939
python3.7 or install
4040
https://github.com/movermeyer/backports.datetime_fromisoformat'''
4141
log.error(msg)

0 commit comments

Comments
 (0)