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...
This commit is contained in:
Guido van Rossum 1997-11-11 17:18:48 +00:00
parent ca2f69cb96
commit 6592b3c01e
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ Your changes have been committed.
"""
COMMITFAILED = """
Exit status %(sts)04x.
Exit status %(sts)s.
"""
# Add/Delete