Skip to content

Commit

Permalink
Re #4303 fix minor problem with default facility
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Jan 24, 2012
1 parent 7384701 commit 97f60aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Interface/reduction_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def setup_layout(self, load_last=False):

# If we still can't find an instrument, show the
# instrument selection dialog
if self._instrument == '':
if self._instrument == '' or self._instrument is None:
self._change_instrument()
else:
self._change_instrument()
Expand Down

0 comments on commit 97f60aa

Please sign in to comment.