File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323except ImportError :
2424 log .exception ("Could not start the HipChat backend" )
2525 log .fatal (
26- "You need to install the hipchat support in order to use the HipChat.\n "
26+ "You need to install the hipchat support in order to use the HipChat backend .\n "
2727 "You should be able to install this package using:\n "
2828 "pip install errbot[hipchat]"
2929 )
Original file line number Diff line number Diff line change 2525except ImportError :
2626 log .exception ("Could not start the Slack back-end" )
2727 log .fatal (
28- "You need to install the slackclient support in order to use the Slack.\n "
28+ "You need to install the slackclient support in order to use the Slack backend .\n "
2929 "You can do `pip install errbot[slack]` to install it"
3030 )
3131 sys .exit (1 )
Original file line number Diff line number Diff line change 2121except ImportError :
2222 log .exception ("Could not start the XMPP backend" )
2323 log .fatal ("""
24- If you intend to use the XMPP backend pleas install the support for XMPP with:
24+ If you intend to use the XMPP backend please install the support for XMPP with:
2525 pip install errbot[XMPP]
2626 """ )
2727 sys .exit (- 1 )
You can’t perform that action at this time.
0 commit comments