JelteF / PyLaTeX

A Python library for creating LaTeX files
https://jeltef.github.io/PyLaTeX/
MIT License
2.24k stars 287 forks source link

cannot use bytes as filename #383

Open petaflot opened 2 months ago

petaflot commented 2 months ago
  File "[...]/pylatex/base_classes/latex_object.py", line 168, in generate_tex
    with open(filepath + '.tex', 'w', encoding='utf-8') as newf:
              ~~~~~~~~~^~~~~~~~
TypeError: can't concat str to bytes

I suppose this says it all..