From e14c1ea5f39afb9f32ae3b956365550a53fc79f6 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Mon, 5 Sep 2022 19:16:31 +0530 Subject: [PATCH] Project: Use correct file path in Vulture allowlist --- vulture_allowlist.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vulture_allowlist.py b/vulture_allowlist.py index ea46d5b2b..9a9360c66 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -277,10 +277,10 @@ key_list simulation netmap validate_windows_filename_not_reserved -subscribe_all # common\event_queue\i_event_queue.py -subscribe_type # common\event_queue\i_event_queue.py -subscribe_tag # common\event_queue\i_event_queue.py -publish # common\event_queue\i_event_queue.py +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