fossasia / open-event-server

Method used has been deprecated PYL-W1505
Bug risk
Major
5 months ago4 years old
Using deprecated method warn()
274        .first()
275    )
276    if not force and event_invoice:
277        logger.warn(278            'Event Invoice of this month for this event has already been created: %s',
279            event_id,
280        )
Using deprecated method warn()
274        .first()
275    )
276    if not force and event_invoice:
277        logger.warn(278            'Event Invoice of this month for this event has already been created: %s',
279            event_id,
280        )