mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
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:
parent
ca2f69cb96
commit
6592b3c01e
@ -450,7 +450,7 @@ Your changes have been committed.
|
||||
"""
|
||||
|
||||
COMMITFAILED = """
|
||||
Exit status %(sts)04x.
|
||||
Exit status %(sts)s.
|
||||
"""
|
||||
|
||||
# Add/Delete
|
||||
|
Loading…
Reference in New Issue
Block a user