tldr-pages / tldr-python-client

:snake: Python command-line client for tldr pages 📚
https://pypi.org/project/tldr/
MIT License
603 stars 95 forks source link

fix: make `--render` work again #257

Closed acuteenvy closed 1 month ago

acuteenvy commented 1 month ago

This PR fixes the error when using --render.

$ tldr --render path/to/file
[...]
AttributeError: 'str' object has no attribute 'open'