Skip to content

Commit

Permalink
Re mantidproject#18730 better coder quality. Removed dead if branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Feb 7, 2017
1 parent e379c6b commit 181faba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/Inelastic/Direct/RunDescriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,6 @@ def __set__(self,instance,value):
elif isinstance(value, collections.Iterable): # xrange provided
value = list(value)
self._set_run_list(instance,value,"",None)
elif isinstance(value,list):
self._set_run_list(instance,value,"",None)
else:
self._set_single_run(instance,value,"",None)

Expand Down

0 comments on commit 181faba

Please sign in to comment.