> > Another issue is with line 843, > titlefile = codecs.open(filename, encoding='utf-8', > mode=(lambda x: x and 'a' or > 'w')(append)) > I tested my original version which had an IF here as far as I remember, and > you turned it to lambda function. But somehow the -save option behaves now > just as -savenew does, i.e. overwrites the old file instead of appending. > Could you please help? >
The behaviour was reversed. I fixed it in r9011 xqt _______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
