Skip to content

Commit

Permalink
Remove TOSCA from list of allowed instruments
Browse files Browse the repository at this point in the history
Refs #10670
  • Loading branch information
DanNixon committed Dec 3, 2014
1 parent cbcd86b commit e4dcbf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def summary(self):

def PyInit(self):
self.declareProperty(name='Instrument', defaultValue='IRIS',
validator=StringListValidator(['IRIS', 'OSIRIS', 'TOSCA', 'TFXA', 'BASIS', 'VISION']),
validator=StringListValidator(['IRIS', 'OSIRIS', 'BASIS', 'VISION']),
doc='Instrument')

self.declareProperty(name='Analyser', defaultValue='graphite',
Expand Down

0 comments on commit e4dcbf7

Please sign in to comment.