On Mon, Dec 16, 2019 at 09:17:50AM +0100, Andreas Tille wrote:
>     inputParentPath = lineIter.next().strip()
> AttributeError: '_io.StringIO' object has no attribute 'next'
This should be changed to next(lineIter).strip(), 2to3 for some reason
missed it.

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature

Reply via email to