Skip to content

Commit

Permalink
Fix indentation mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Aug 21, 2014
1 parent 416d0d9 commit 20d30b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapphire/analysis/reconstructions.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _reconstruct_direction(self, event, detector_ids=None):
valid_ids = [id for id in range(4)
if event['t%d' % (id + 1)] not in ERR]
if detector_ids is not None:
detector_ids = [d for d in detector_ids if d in valid_ids]
detector_ids = [d for d in detector_ids if d in valid_ids]
else:
detector_ids = valid_ids

Expand Down

0 comments on commit 20d30b4

Please sign in to comment.