summaryrefslogtreecommitdiffstats
path: root/utils/logger_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/logger_utils.py')
-rw-r--r--utils/logger_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/logger_utils.py b/utils/logger_utils.py
index 5efc1ef5..e8817c3c 100644
--- a/utils/logger_utils.py
+++ b/utils/logger_utils.py
@@ -59,7 +59,7 @@ class Logger(object):
class QtipLogger(Logger):
- file_path = '~/qtip/logs'
+ file_path = '{}/qtip/logs'.format(os.environ['HOME'])
def __init__(self, logger_name):
super(QtipLogger, self).__init__(logger_name)