vstinner / hachoir

Hachoir is a Python library to view and edit a binary stream field by field
http://hachoir.readthedocs.io/
GNU General Public License v2.0
604 stars 70 forks source link

Fix SyntaxWarning in 3.8 #48

Closed penn5 closed 4 years ago

penn5 commented 4 years ago

It would be an error, but this case only happens inside another error condition so it's not particularly problematic

vstinner commented 4 years ago

Thanks, merged!

vstinner commented 4 years ago

FYI I fixed pep8 in the master branch.