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
in the case that someone moves the default coding line down a few lines,
on python2 ascii is detected instead of utf-8, therefore coverage fails flat when decoding
i was only able to find the problem by adding a comment in coverages html reporting at the end of the html_file method right before the html = html.decode(encoding) line
Originally reported by Anonymous
in the case that someone moves the default coding line down a few lines,
on python2 ascii is detected instead of utf-8, therefore coverage fails flat when decoding
i was only able to find the problem by adding a comment in coverages html reporting at the end of the html_file method right before the
html = html.decode(encoding)
lineThe text was updated successfully, but these errors were encountered: