mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Minor output message change
This commit is contained in:
parent
d0bc9cb869
commit
3b039faf19
2 changed files with 14 additions and 2 deletions
|
|
@ -33,8 +33,14 @@ def test():
|
|||
finish = f.readline()
|
||||
|
||||
if start <> finish:
|
||||
print 'Error: binhex failed'
|
||||
print 'Error: binhex <> hexbin'
|
||||
elif verbose:
|
||||
print 'binhex == hexbin'
|
||||
|
||||
try:
|
||||
import os
|
||||
os.unlink(fname1)
|
||||
os.unlink(fname2)
|
||||
except:
|
||||
pass
|
||||
test()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue