We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0e906 commit 8ec502dCopy full SHA for 8ec502d
mazevo_r25/utils.py
@@ -31,7 +31,7 @@ def update_get_space_ids(mazevo_rooms):
31
space = get_space_by_short_name(room.description)
32
room_space.space_id = space.space_id
33
room_space.save()
34
- except Exception:
+ except IndexError:
35
if room.description.startswith("_"):
36
logger.info("No R25 space found for {}".format(room.description))
37
continue
0 commit comments