Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
epandurski committed Apr 6, 2019
1 parent 7e29aaf commit cc8137f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_signalbus/signalbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self, db, init_app=True):
if db.app is None:
raise RuntimeError(
'No application found. The SQLAlchemy instance passed to'
' SignalBus should be constructed with an application.'
' SignalBus() should be constructed with an application.'
)
self._init_app(db.app)

Expand Down

0 comments on commit cc8137f

Please sign in to comment.