Skip to content

Commit 225920b

Browse files
committed
mgr/snap_schedule: fix typo in timestamp format exception
Signed-off-by: er0k <[email protected]>
1 parent 801186f commit 225920b

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)