forked from p15670423/monkey
Project: Use correct file path in Vulture allowlist
This commit is contained in:
parent
612132a906
commit
e1e4b054cf
|
@ -281,12 +281,12 @@ subscribe_all # common\event_queue\i_agent_event_queue.py
|
|||
subscribe_type # common\event_queue\i_agent_event_queue.py
|
||||
subscribe_tag # common\event_queue\i_agent_event_queue.py
|
||||
publish # common\event_queue\i_agent_event_queue.py
|
||||
subscribe_all # common\event_queue\pypubsub_event_queue.py
|
||||
subscribe_type # common\event_queue\pypubsub_event_queue.py
|
||||
subscribe_tag # common\event_queue\pypubsub_event_queue.py
|
||||
publish # common\event_queue\pypubsub_event_queue.py
|
||||
PyPubSubAgentEventQueue # common\event_queue\pypubsub_event_queue.py
|
||||
subscribe_all_events # common\event_queue\pypubsub_event_queue.py
|
||||
subscribe_all # common\event_queue\pypubsub_agent_event_queue.py
|
||||
subscribe_type # common\event_queue\pypubsub_agent_event_queue.py
|
||||
subscribe_tag # common\event_queue\pypubsub_agent_event_queue.py
|
||||
publish # common\event_queue\pypubsub_agent_event_queue.py
|
||||
PyPubSubAgentEventQueue # common\event_queue\pypubsub_agent_event_queue.py
|
||||
subscribe_all_events # common\event_queue\pypubsub_agent_event_queue.py
|
||||
|
||||
|
||||
# TODO: Remove once #2179 is closed
|
||||
|
|
Loading…
Reference in New Issue