From 6592b3c01e03ae8a76d5326e9ee9dc388ffb332c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 11 Nov 1997 17:18:48 +0000 Subject: 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... --- Tools/faqwiz/faqconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index a0dad2f..81d933f 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 -- cgit v0.12