diff options
Diffstat (limited to 'src/configuration/Appconfig.py')
-rw-r--r-- | src/configuration/Appconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 811029ca..550670cf 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -27,7 +27,7 @@ class Appconfig(QtGui.QWidget): All configuration goes here """ #Home directory - home = os.path.expanduser("~")+"/ecSim-Workspace" + home = os.path.join(os.path.expanduser("~"),"ecSim-Workspace") default_workspace = {"workspace":home} #Current Project detail current_project = {"ProjectName":"None"} |