diff options
Diffstat (limited to 'hdv')
-rw-r--r-- | hdv/redfish/__init__.py | 0 | ||||
-rw-r--r-- | hdv/redfish/log_utils.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hdv/redfish/__init__.py b/hdv/redfish/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/hdv/redfish/__init__.py +++ /dev/null diff --git a/hdv/redfish/log_utils.py b/hdv/redfish/log_utils.py index ed5a013..996a1d1 100644 --- a/hdv/redfish/log_utils.py +++ b/hdv/redfish/log_utils.py @@ -12,7 +12,7 @@ define the LOGGER settings import logging import sys -BASE_DIR = sys.path[0]+"/hdv/redfish" +BASE_DIR = sys.path[0] LOG_FILE = BASE_DIR + "/" + "logs" + "/" + 'hdv.log' LOGGER = logging.getLogger("redfish") |