Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6592b3c

Browse files
committed
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...
1 parent ca2f69c commit 6592b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/faqwiz/faqconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
"""
451451

452452
COMMITFAILED = """
453-
Exit status %(sts)04x.
453+
Exit status %(sts)s.
454454
"""
455455

456456
# Add/Delete

0 commit comments

Comments
 (0)