Minor output message change

This commit is contained in:
Roger E. Masse 1997-01-16 18:53:01 +00:00
parent d0bc9cb869
commit 3b039faf19
2 changed files with 14 additions and 2 deletions

View file

@ -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()