fossasia / open-event-server

Exception caught is very general PYL-W0703
Anti-pattern
Major
1 occurrence in this check
Catching too general exception Exception
131                db.engine.execute('create extension if not exists citext')
132                db.create_all()
133                stamp()
134            except Exception:135                populate_data = False
136                print(
137                    "[LOG] Could not create tables. "