diff --git a/ApplicationCode/ProjectDataModel/RimWellPath.cpp b/ApplicationCode/ProjectDataModel/RimWellPath.cpp index 966b0b0d89..a8a2ac7540 100644 --- a/ApplicationCode/ProjectDataModel/RimWellPath.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellPath.cpp @@ -739,6 +739,7 @@ bool RimWellPath::reloadWellPathFormationsFile(QString* errorMessage, RifWellPat if (caf::Utils::fileExists(m_wellPathFormationFilePath())) { m_wellPathFormations = wellPathFormationsImporter->reloadWellPathFormations(m_wellPathFormationFilePath(), m_formationKeyInFile()); + return true; } else {