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
Modify expert fails when it tries to add a non-string value to extra.something It cannot format a boolean or integer value.
File "/usr/lib/python3.6/site-packages/intelmq/bots/experts/modify/expert.py", line 97, in apply_action
event.add(name, value.format(msg=event,
AttributeError: 'int' object has no attribute 'format'
Modify expert fails when it tries to add a non-string value to
extra.something
It cannot format a boolean or integer value.Example of config:
intelmq/intelmq/bots/experts/modify/expert.py
Lines 99 to 102 in 60f1b14
The text was updated successfully, but these errors were encountered: