From 523e1d8ee7f26310f25f1f936ec2a63b330cece9 Mon Sep 17 00:00:00 2001 From: Zineb Aly <zaly@km3net.de> Date: Mon, 3 Feb 2020 10:48:36 +0100 Subject: [PATCH] Apply suggestion to km3io/offline.py --- km3io/offline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/km3io/offline.py b/km3io/offline.py index 020896f..bc6f379 100644 --- a/km3io/offline.py +++ b/km3io/offline.py @@ -555,7 +555,7 @@ class OfflineReader: empty and does not contain an empty list, then False is written in the corresponding index. """ - for i, rs in enumerate(chunk_arr): + for i, rs in enumerate(array): try: if len(rs)==0: j = None -- GitLab