fossasia / open-event-server

Unguarded next inside generator PTC-W0063
Bug risk
Critical
5 months ago3 years old
Call to next() should be wrapped in try-except
197            get_or_create(
198                EventSubTopic,
199                name=subtopic,
200                event_topic_id=next(x for x in eventopics if x.name == keysub_topic).id,201            )
202
203