You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/admin/.local/lib/python3.7/site-packages/loguru/_handler.py", line 107, in emit
dynamic_format = self._formatter(record)
File "/home/admin/.local/lib/python3.7/site-packages/pymake/core/logformatter.py", line 32, in format
level = record['level'].lower()
AttributeError: 'RecordLevel' object has no attribute 'lower'`
with loguru==0.5.1
works with loguru==0.3.2
The text was updated successfully, but these errors were encountered:
I got this
with loguru==0.5.1
works with loguru==0.3.2
The text was updated successfully, but these errors were encountered: