Improved progress messages.

This commit is contained in:
Eric S. Raymond 2007-04-23 21:43:08 +00:00
parent f67a7a57eb
commit b33ffb1516

View file

@ -200,7 +200,7 @@ if __name__ == '__main__':
if not modified:
# Nothing changed, move the backup file back into place.
os.rename(fn + "-bak", fn)
elif 'maps' in fn:
print "%s modified."
if modified and 'maps' in fn:
print "%s modified." % fn
# upconvert ends here