miurahr / py7zr

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.
https://pypi.org/project/py7zr/
GNU Lesser General Public License v2.1
463 stars 74 forks source link

fix bug in function is_64bit() #580

Closed johnking0099 closed 5 months ago

johnking0099 commented 8 months ago

Pull request type

select from below

Which ticket is resolved?

What does this PR change?

Other information

n/a

miurahr commented 8 months ago

check: commands[0]> flake8 py7zr tests py7zr/properties.py:42:28: BLK100 Black would make changes. py7zr/properties.py:42:28: E227 missing whitespace around bitwise or shift operator