Skip to content

Commit 8816c68

Browse files
committed
Only warn for missing telescope
1 parent c0cc063 commit 8816c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aict_tools/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def __init__(
243243
)
244244
)
245245
else:
246-
raise Exception("Didnt find telescope", key)
246+
log.warning(f"Didnt find telescope: {key}")
247247
else:
248248
tables_ = [
249249
(f"/dl1/event/telescope/parameters/{tel.name}", len(tel))

0 commit comments

Comments
 (0)