From 41acfd3840e75bbe35fa848ce7c739b59b428131 Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 10 Nov 2014 12:35:41 -0500 Subject: [PATCH] rmq_config_path fix --- python_apps/airtime_analyzer/bin/airtime_analyzer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_apps/airtime_analyzer/bin/airtime_analyzer b/python_apps/airtime_analyzer/bin/airtime_analyzer index 92e387965..35debbd41 100755 --- a/python_apps/airtime_analyzer/bin/airtime_analyzer +++ b/python_apps/airtime_analyzer/bin/airtime_analyzer @@ -26,8 +26,8 @@ def run(): #Default config file path config_path = DEFAULT_CONFIG_PATH http_retry_queue_path = DEFAULT_HTTP_RETRY_PATH - if args.config_file: - config_path = args.config_file + if args.rmq_config_file: + config_path = args.rmq_config_file if args.http_retry_queue_file: http_retry_queue_path = args.http_retry_queue_file