You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last change to add encode('utf-8') breaks the generation of the html files in Python3. The binary is not correctly interpreted (including tabs and newlines) and is printed as is to the html file.
The last change to add encode('utf-8') breaks the generation of the html files in Python3. The binary is not correctly interpreted (including tabs and newlines) and is printed as is to the html file.