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 22, 2014
1 parent 4008508 commit 7e5b8ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/scripts/Calibration/tube_spec.py
Expand Up @@ -303,14 +303,14 @@ def getTubeName ( self, tubeIx ):


def getTubeByString(self, tubeIx):
"""
"""
Returns list of workspace indices of a tube set that has been specified by string
It assumes that all the pixels along the tube have consecutive detector IDs
:param tubeIx: index of Tube in specified set
:rtype: list of indices
"""
"""
firstDet, numDet, step = self.getDetectorInfoFromTube( tubeIx )
wkIds = []
skipped = []
Expand Down Expand Up @@ -355,7 +355,7 @@ def getTubeByString(self, tubeIx):


def getTube(self, tubeIx):
"""
"""
Returns list of workspace indices of a tube
:param tubeIx: index of Tube in specified set
Expand Down

0 comments on commit 7e5b8ea

Please sign in to comment.