Closed rutsam closed 3 years ago
@rutsam Thank you for your report.
Would you possibly provide the failed input data (sample.md
) ?
I could not reproduce the error.
According to the error log, the error seems to occur only with certain input data.
I believe the problem fixed at pytablewriter 0.64.1
Please try to upgrade the package.
Feel free to reopen if you still have any problems about the issue.
Problem
In version 0.64.0 and version 0.63.0, whenever I want to save the markdown result in a file I get an error, I tried using python3.6 and python 3.8. The error comes when I use write.dumps or save file using stream and write table as it can be seen in the code below
preview of code that generates error
Error
Stable version
From version 0.62.0 and lower the files were saved without any problem