From: Guido van Rossum Date: Tue, 11 Nov 1997 17:18:48 +0000 (+0000) Subject: Use a %s format for the exit status -- through the magical workings of X-Git-Tag: v1.5b1~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6592b3c01e03ae8a76d5326e9ee9dc388ffb332c;p=thirdparty%2FPython%2Fcpython.git Use a %s format for the exit status -- through the magical workings of the aptly named MagicDict class, the value is a string, not a number, by the time it is printed... --- diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index a0dad2f3662a..81d933f259ea 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -450,7 +450,7 @@ Your changes have been committed. """ COMMITFAILED = """ -Exit status %(sts)04x. +Exit status %(sts)s. """ # Add/Delete