Kaydet (Commit) c6d846a5 authored tarafından Sjoerd Mullender's avatar Sjoerd Mullender

And another init incompatibility bites the dust.

üst d6b9ce96
......@@ -42,7 +42,8 @@ def main():
def process(filename):
try:
fp = open(filename, 'r+')
vin = VFile.RandomVinFile().initfp(fp, filename)
vin = VFile.RandomVinFile(fp)
vin.filename = filename
except IOError, msg:
sys.stderr.write(filename + ': I/O error: ' + `msg` + '\n')
return 1
......
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