From f79a9fa0a2b4d7d939ded783f89778b78a4380fa Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Tue, 17 Sep 2024 20:20:23 +0200 Subject: [PATCH] MIES_MassExperimentProcessing.ipf: Fix compilation error The name of the optional parameter has changed in 72cb45a0 (NWB: Create separate NWB file for each device, 2024-08-13). As the file must be manually activated, we don't do compilation CI for it. --- Packages/Conversion/MIES_MassExperimentProcessing.ipf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Conversion/MIES_MassExperimentProcessing.ipf b/Packages/Conversion/MIES_MassExperimentProcessing.ipf index 40bff4ee42..0d231ef14b 100644 --- a/Packages/Conversion/MIES_MassExperimentProcessing.ipf +++ b/Packages/Conversion/MIES_MassExperimentProcessing.ipf @@ -150,7 +150,7 @@ static Function PerformMiesTasks(outputFilePath) ClearRTError() nwbVersion = 2 - NWB_ExportAllData(nwbVersion, overrideFilePath = outputFilePath) + NWB_ExportAllData(nwbVersion, overrideFullFilePath = outputFilePath) HDF5CloseFile/A/Z 0 message = GetRTErrMessage()