José Matos wrote: > On Thursday 07 May 2009 19:11:50 Peter Kümmel wrote: >> OK, I feared it. >> >> Peter > > FWIW the change is really minimal and it is confined to the last chunk. > > if __name__ == '__main__': >
Thanks Jose, I also found the place we the files should be read, but I don't know python ;) > You get the name of the file in args and then you need to read the file names > from there. > > input_files = [] > for l in open(args[0]): input_files.append(l.strip()) This helps a lot > > and then change all the appearance of args in the different functions by > input_files. It should work. > > I am behind a firewall so I can't update the svn and take a diff patch. :-( And I couldn't apply it ;) >