Browse Source

Typo fixed

bernhardbuhl 3 years ago
parent
commit
84a8e9a846
1 changed files with 1 additions and 1 deletions
  1. 1 1
      baangt/ui/pyqt/uimain.py

+ 1 - 1
baangt/ui/pyqt/uimain.py

@@ -922,7 +922,7 @@ class MainWindow(Ui_MainWindow):
                 if self.directory:
                     fullpath = os.path.join(self.directory, self.configFile)
                 else:
-                    self.directory = os.getcwd()#.managedPaths.derivePathForOSAndInstallationOption()
+                    self.directory = os.getcwd()   # .managedPaths.derivePathForOSAndInstallationOption()
                     fullpath = os.path.join(self.directory, self.configFile)
 
             with open(fullpath, 'w') as f: