Kaydet (Commit) 3b039faf authored tarafından Roger E. Masse's avatar Roger E. Masse

Minor output message change

üst d0bc9cb8
......@@ -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()
......@@ -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()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment