From 154f802f273559f98e9aa7d168d3cbbd7c75d5e3 Mon Sep 17 00:00:00 2001 From: Marcel Paffrath Date: Wed, 12 Jul 2017 16:56:39 +0200 Subject: [PATCH] [bugfix] removed useless prompt --- QtPyLoT.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/QtPyLoT.py b/QtPyLoT.py index d4d69a3b..cc85d0ba 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -2462,9 +2462,6 @@ class MainWindow(QMainWindow): ''' Save back project to new pickle file. ''' - if not exists: - if not self.okToContinue(): - return dlg = QFileDialog() fnm = dlg.getSaveFileName(self, 'Create a new project file...', filter='Pylot project (*.plp)') filename = fnm[0]