1 min readJul 14, 2018
Hi,
Open the convert.py and change line to txt_outfile = open(txt_outpath, “a”) instead of txt_outfile = open(txt_outpath, “w”)
Hi,
Open the convert.py and change line to txt_outfile = open(txt_outpath, “a”) instead of txt_outfile = open(txt_outpath, “w”)