Skip to content

Commit

Permalink
Re #5838. Fixing a python test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Sep 21, 2012
1 parent 34bffa9 commit 5c48103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/SANS/isis_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def __init__(self, filename=None):

isis = mtd.settings.facility('ISIS')
# Number of digits in standard file name
self.run_number_width = isis.instrument(self._NAME).zeroPadding()
self.run_number_width = isis.instrument(self._NAME).zeroPadding(0)

#this variable isn't used again and stops the instrument from being deep copied if this instance is deep copied
self.definition = None
Expand Down

0 comments on commit 5c48103

Please sign in to comment.