From 20d30b497a9b1e0dd785043f3e6942bfb7b579c8 Mon Sep 17 00:00:00 2001 From: Arne de Laat Date: Thu, 21 Aug 2014 21:02:27 +0200 Subject: [PATCH] Fix indentation mistake --- sapphire/analysis/reconstructions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapphire/analysis/reconstructions.py b/sapphire/analysis/reconstructions.py index f4525f97..d50813b0 100644 --- a/sapphire/analysis/reconstructions.py +++ b/sapphire/analysis/reconstructions.py @@ -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