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:
parent
f930fd3efe
commit
2ac49b85ec
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user