From 9f8db6e90965e005094f35eea70504606ab0c27b Mon Sep 17 00:00:00 2001 From: Brett Kelly Date: Sat, 27 Sep 2003 01:51:55 +0000 Subject: [PATCH] fixed string formatting in final output --- scripts/supybot-wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-wizard.py b/scripts/supybot-wizard.py index e5eba7026..93370c7aa 100755 --- a/scripts/supybot-wizard.py +++ b/scripts/supybot-wizard.py @@ -581,4 +581,4 @@ if __name__ == '__main__': myPrint("""All done! Your new bot script is %s. If you're running a *nix, you can start your bot script with the command line "./%s". If you're not running a *nix or similar machine, you'll just have to start it like you - start all your other Python scripts.""") + start all your other Python scripts.""" % (filename, filename))