Skip to content

Commit

Permalink
Re #10159. Fixing python whitespace issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Aug 25, 2014
1 parent e49ad7d commit d6f4ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/scripts/Calibration/tube_calib.py
Expand Up @@ -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
Expand Down

0 comments on commit d6f4ed7

Please sign in to comment.