Skip to content

Commit

Permalink
Double % to define log_format and log_date_format in setup.cfg (cf. p…
Browse files Browse the repository at this point in the history
  • Loading branch information
brenard31 committed Dec 2, 2022
1 parent 9305ccc commit 80c8ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ test = pytest

[tool:pytest]
addopts = --ignore=setup.py
log_format = %(asctime)s %(levelname)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
log_format = %%(asctime)s %%(levelname)s %%(message)s
log_date_format = %%Y-%%m-%%d %%H:%%M:%%S

0 comments on commit 80c8ab5

Please sign in to comment.