diff --git a/Code/Mantid/scripts/Calibration/tube_calib.py b/Code/Mantid/scripts/Calibration/tube_calib.py index b0fcd707440b..cc6aeda7652c 100644 --- a/Code/Mantid/scripts/Calibration/tube_calib.py +++ b/Code/Mantid/scripts/Calibration/tube_calib.py @@ -595,8 +595,8 @@ def getCalibrationFromPeakFile ( ws, calibTable, iTube, PeakFile ): #print len(wht) if( len(detIDList) == len(wht)): # We have corrected positions for j in range(len(wht)): - nextRow = {'Detector ID': detIDList[j], 'Detector Position': detPosList[j] } - calibTable.addRow ( nextRow ) + nextRow = {'Detector ID': detIDList[j], 'Detector Position': detPosList[j] } + calibTable.addRow ( nextRow ) if(nTubes == 0): return