From 7fd6654480d868757bb6d1df09cee3bca67a7c9e Mon Sep 17 00:00:00 2001 From: "Vgr E. Barry" Date: Wed, 24 Aug 2016 16:49:53 -0400 Subject: [PATCH] Tweak startup dependency error message formatting --- wolfbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolfbot.py b/wolfbot.py index 25b5a9c8..038f725e 100755 --- a/wolfbot.py +++ b/wolfbot.py @@ -38,8 +38,8 @@ "{0} -m pip install -r requirements.txt".format(command), "", "If you don't have pip and don't know how to install it, follow this link:", "https://pip.pypa.io/en/stable/installing/", "", - "If you need any further help with setting up and/or running the bot, we", - " will be happy to help you in ##werewolf-dev on irc.freenode.net", + "If you need any further help with setting up and/or running the bot,", + " we will be happy to help you in ##werewolf-dev on irc.freenode.net", "", "- The lykos developers", sep="\n") sys.exit(1)