fix the master hdf5 extension from aprevious PR (#1399)
Some checks failed
Build on RHEL9 / build (push) Successful in 3m44s
Build on RHEL8 / build (push) Successful in 4m50s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m40s
Run Simulator Tests on local RHEL8 / build (push) Successful in 16m57s
Build on local RHEL8 / build (push) Failing after 3m31s
Build on local RHEL9 / build (push) Failing after 1m23s

This commit is contained in:
2026-02-24 10:49:11 +01:00
committed by GitHub
parent 8f07d2a464
commit e5b8e4ee80

View File

@@ -121,7 +121,7 @@ std::string CreateMasterHDF5File(const std::filesystem::path &filePath,
std::mutex *hdf5LibMutex) {
std::filesystem::path p = filePath / (fileNamePrefix + "_master_" +
std::to_string(fileIndex) + ".json");
std::to_string(fileIndex) + ".h5");
std::string fileName = p.string();
std::lock_guard<std::mutex> lock(*hdf5LibMutex);