mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2833 Origin import dialog. Prevent error dialog after pressing cancel
This commit is contained in:
@@ -139,7 +139,7 @@ bool RicImportSummaryCasesFeature::createSummaryCasesFromFiles(const QStringList
|
||||
QMessageBox::warning(NULL, QString("Problem Importing Summary Case File(s)"), errorMessage);
|
||||
}
|
||||
|
||||
return !importFileInfos.empty();
|
||||
return true;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user