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
File "C:\Users\Gabriel\AppData\Local\Programs\Python\Python38\lib\site-packages\flogging\flogging.py", line 96, in format_datetime return dt.strftime("%Y-%m-%dT%k:%M:%S.%f000") + tzstr ValueError: Invalid format string
on running $ LOG_STRUCTURED=True python scripts/data_loader.py -t csv > data_loading.log
changing %k to %h in line
The text was updated successfully, but these errors were encountered: