Open HeuristicPerson opened 3 years ago
Hi, sorry for the delay in getting back to you. I think the problem is with using slashes in the date_format
placeholder. Which is admittedly very stupid, given that there are slashes in the example I give in greg.conf
.
Does your own custom date format have slashes in it? If so, could you please try with another date_format
, say, %%d_%%m_%%y
, or whatever?
Hi, Manolo
It seems there is a bug in the custom date_format field implementation. When I try to use my own one (or even uncomment the default sample value provided in the original configuration), I'm getting a MissingSectionHeaderError as you can see below.
I'm using Python 3.9.5 under Alpine Linux 3.14.1 and I installed greg using
pip3 install greg
.