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
(['error_log'], None)
Traceback (most recent call last):
File "./modsec-log-parser.py", line 64, in <module>
main()
File "./modsec-log-parser.py", line 37, in main
if len(summary) == 0:
TypeError: object of type 'NoneType' has no len()
Python Version:
With optional parameters works fine:
I've tried this script after using the fix applied on Pull Request #4
The text was updated successfully, but these errors were encountered: