Project: Use correct file path in Vulture allowlist

This commit is contained in:
Shreya Malviya 2022-09-05 19:27:44 +05:30
parent 612132a906
commit e1e4b054cf
1 changed files with 6 additions and 6 deletions

View File

@ -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