mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5792 Python : Preparations
Fix wrong text in date time class Remove message box, as the function is also intended to be used in a console setting
This commit is contained in:
@@ -198,7 +198,6 @@ bool RicImportSummaryCasesFeature::createSummaryCasesFromFiles( const QStringLis
|
||||
{
|
||||
QString errorMessage = fileSelector.createCombinedErrorMessage();
|
||||
RiaLogging::error( errorMessage );
|
||||
QMessageBox::warning( nullptr, QString( "Problem Importing Summary Case File(s)" ), errorMessage );
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user