Skip to content
Snippets Groups Projects
Commit 794e6d1e authored by Erik Dahl's avatar Erik Dahl
Browse files

Check the correct environment variable!

parent e4df8fd5
No related branches found
No related tags found
1 merge request!416Histogram and statistics support
Pipeline #257413 failed
......@@ -52,6 +52,11 @@ buildNumber.properties
.env
.env_*
build
/segysdk/build
/build
/ed
/ed2
/segysdk/src/AuthPlugin/build
/segysdk/src/tests/OsduMetadataTests/OsduMetadataTests/edSave
/segysdk/src/tests/OsduMetadataTests/edSave
/segysdk/src/OsduMetaDataUtilities/edSave
/segysdk/src/tests/OsduMetadataTests/OsduMetadataTests
......@@ -297,7 +297,7 @@ GenerateStatisticsAndHistogram(const std::shared_ptr<segysdk::segyindex::SegyInd
auto libraryLoader = std::make_unique<segysdk::library_loader::DynamicLibraryLoader>(pluginPath_);
segysdk::statistics_generator::StatisticsGeneratorPlugin statisticsPlugin(std::move(libraryLoader));
const bool forceOverwrite = segysdk::utilities::Environment::instance().overwriteExtracted2DNavigation();
const bool forceOverwrite = segysdk::utilities::Environment::instance().overwriteStatistics();
constexpr bool verbose = true;
const auto fileCollectionSegyId = !fileCollectionId.empty() ? fileCollectionId : fileCollectionName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment