From 720040bbb1951757c3c17e66ec3030d7c8798e7d Mon Sep 17 00:00:00 2001 From: Kai Wansart Date: Fri, 2 Feb 2018 17:51:15 +0100 Subject: [PATCH] print path --- app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config.py b/app/config.py index 2f09909..9bf06f6 100644 --- a/app/config.py +++ b/app/config.py @@ -70,6 +70,7 @@ class Config(object): def writeConfig(self, type, data): ##-----------------------------------------------------------------------------------## path = os.getcwd() + print(path) if(type == "settings"): print("Writing 'settings.json'") with open(path + 'config/settings.json', 'w') as outfile: