mirror of https://github.com/python/cpython.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...
This commit is contained in:
parent
ca2f69cb96
commit
6592b3c01e
|
@ -450,7 +450,7 @@
|
||||||
"""
|
"""
|
||||||
|
|
||||||
COMMITFAILED = """
|
COMMITFAILED = """
|
||||||
Exit status %(sts)04x.
|
Exit status %(sts)s.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Add/Delete
|
# Add/Delete
|
||||||
|
|
Loading…
Reference in New Issue