Missing encoding in container injection
NoirPi opened this issue · 2 comments
NoirPi commented
Hey there,
is there any reason for not having encoding in this line?
maybe theres a easier solution then mine which was forking it and adding an encoding to that line.
with open(file_entry, encoding='utf-8') as file:
this missing encoding caused me headaches so often now!