Skip to content

Commit d542080

Browse files
committed
Change help message to fix issue on 3.14
or the $(ascitime) is trying to get interpolated which fails.
1 parent 6375cd3 commit d542080

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

traitlets/config/application.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ def _classes_inc_parents(
215215
_log_formatter_cls = LevelFormatter
216216

217217
log_datefmt = Unicode(
218-
"%Y-%m-%d %H:%M:%S", help="The date format used by logging formatters for %(asctime)s"
218+
"%Y-%m-%d %H:%M:%S",
219+
help="The date format used by logging formatters for `asctime`",
219220
).tag(config=True)
220221

221222
log_format = Unicode(

0 commit comments

Comments
 (0)