JelteF / PyLaTeX

A Python library for creating LaTeX files

Home Page:https://jeltef.github.io/PyLaTeX/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot use bytes as filename

petaflot opened this issue · comments

  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..