diff --git a/schainpy/gui/viewcontroller/basicwindow.py b/schainpy/gui/viewcontroller/basicwindow.py index 95d0871..39e0205 100644 --- a/schainpy/gui/viewcontroller/basicwindow.py +++ b/schainpy/gui/viewcontroller/basicwindow.py @@ -1157,10 +1157,10 @@ class BasicWindow(QMainWindow, Ui_BasicWindow): self.console.append("Graphic path should be defined") return 0 - if os.path.isdir(figpath): - self.console.clear() - self.console.append("Graphic path does not exist, it has to be created") - return 0 +# if os.path.isdir(figpath): +# self.console.clear() +# self.console.append("Graphic path does not exist, it has to be created") +# return 0 self.console.clear()