--config CLI Param fix
This commit is contained in:
@@ -34,7 +34,7 @@ try:
|
||||
except ImportError:
|
||||
xw = None
|
||||
|
||||
from eb_dashboard_utils import get_nested_value, get_config_path
|
||||
from eb_dashboard_utils import get_nested_value, get_config_path, get_dashboard_config_path
|
||||
from eb_dashboard_constants import (
|
||||
INCLUSIONS_FILE_NAME,
|
||||
ORGANIZATIONS_FILE_NAME,
|
||||
@@ -117,7 +117,7 @@ def load_excel_export_config(console_instance=None):
|
||||
if console_instance:
|
||||
console = console_instance
|
||||
|
||||
config_path = os.path.join(get_config_path(), DASHBOARD_CONFIG_FILE_NAME)
|
||||
config_path = get_dashboard_config_path(DASHBOARD_CONFIG_FILE_NAME)
|
||||
error_messages = []
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user