@@ -1157,10 +1157,10 class BasicWindow(QMainWindow, Ui_BasicWindow): | |||||
1157 | self.console.append("Graphic path should be defined") |
|
1157 | self.console.append("Graphic path should be defined") | |
1158 | return 0 |
|
1158 | return 0 | |
1159 |
|
1159 | |||
1160 | if os.path.isdir(figpath): |
|
1160 | # if os.path.isdir(figpath): | |
1161 | self.console.clear() |
|
1161 | # self.console.clear() | |
1162 | self.console.append("Graphic path does not exist, it has to be created") |
|
1162 | # self.console.append("Graphic path does not exist, it has to be created") | |
1163 | return 0 |
|
1163 | # return 0 | |
1164 |
|
1164 | |||
1165 | self.console.clear() |
|
1165 | self.console.clear() | |
1166 |
|
1166 |
General Comments 0
You need to be logged in to leave comments.
Login now