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:
Magne Sjaastad
2021-09-09 10:16:37 +02:00
committed by GitHub
parent 8f5beb8851
commit acdcbe44b4
3 changed files with 43 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ void RicWellPathExportCompletionDataFeatureImpl::exportCompletions( const std::v
return;
}
if ( exportSettings.customFileName().isEmpty() )
{
QDir folder( exportSettings.folder );
if ( !folder.exists() )