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
if textx is not installed, the check method prints the stacktrace of the Import Error
Bot 'sieve-expert': Validation of Sieve file failed with the following traceback: 'Traceback (most recent call last):\n File "/usr/lib/python3.13/site-packages/intelmq/bots/experts/sieve/expert.py", line 86,
in check\n metamodel = metamodel_from_file(grammarfile)\nTypeError: 'NoneType' object is not callable\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/usr/lib/python3.13/site-packages/intelmq/bots/experts/sieve/expert.py", line 87, in check\n except TextXError as e:\n ^^^^^^^^^^\nNameError: name 'TextXError' is not defined\n'
The text was updated successfully, but these errors were encountered:
sebix
added
the
bug
Indicates an unexpected problem or unintended behavior
label
Apr 3, 2025
sebix
added a commit
to sebix/intelmq
that referenced
this issue
Apr 23, 2025
if textx is not installed, the check method prints the stacktrace of the Import Error
The text was updated successfully, but these errors were encountered: