Browse Source

gogs issue #117 resolved

Akash Singh 3 years ago
parent
commit
f5ecef3ea5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      baangt/ui/pyqt/uimain.py

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

@@ -397,7 +397,6 @@ class MainWindow(Ui_MainWindow):
         if os.path.exists(filePath[0]):
             dirPath = filePath[0]
             self.InputFileEdit.setText(dirPath)
-            self.directory = dirPath
             self.getSheets(dirPath)
             self.OutputFileEdit.setText(os.path.dirname(dirPath))
             self.statusMessage("Current File: {} ".format(dirPath), 2000)