mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #7975 from OPM/7973-custom-export-filename
Export Completions : Custom export file name fails in some cases
This commit is contained in:
@@ -94,6 +94,7 @@ void RicWellPathExportCompletionDataFeatureImpl::exportCompletions( const std::v
|
||||
return;
|
||||
}
|
||||
|
||||
if ( exportSettings.customFileName().isEmpty() )
|
||||
{
|
||||
QDir folder( exportSettings.folder );
|
||||
if ( !folder.exists() )
|
||||
|
||||
Reference in New Issue
Block a user