Merged PR 13708: Found small bug in HgCV data upload where the variable used in LoadRunDataToD...

Found small bug in HgCV data upload where the variable used in LoadRunDataToDatabase was being nulled out in calling service function.
This commit is contained in:
Ouellette Jonathan (CSC FI SPS MESLEO) 2025-03-25 21:06:49 +01:00
parent f930fd3efe
commit 2ac49b85ec

View File

@ -1531,6 +1531,7 @@ Service ImportHgCVData(RunData, FileName)
// the data has already been written to the database in the above logic. In all other cases, the // the data has already been written to the database in the above logic. In all other cases, the
// data needs to be written to the database using the following logic that works off of the test // data needs to be written to the database using the following logic that works off of the test
// point map. // point map.
DataPoints = HgCVDataPoints
GoSub LoadRunDataToDatabase GoSub LoadRunDataToDatabase
end end
end else end else