Error using --pad-tables option with nested tables
Open
in progress
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 296
- PR merge metrics
- No merged PRs in 30d
Description
When using --pad-tables option, if the html contains a nested table, html2text throws an IndexError.
- Version by `html2text --version`
**html2text 2016.9.19**
- Test script
```
echo '' | html2text --pad-tables
```
- Python version `python --version`
**Python 2.7.12**
Contributor guide
Assessment
This issue has not been assessed yet.