Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo bzip2->gzip #18

Closed
jose1711 opened this issue Dec 7, 2019 · 1 comment
Closed

typo bzip2->gzip #18

jose1711 opened this issue Dec 7, 2019 · 1 comment

Comments

@jose1711
Copy link

jose1711 commented Dec 7, 2019

ratarmount/ratarmount.py

Lines 1139 to 1143 in a74cd54

elif magicBytes[0:2] == b"\x1f\x8b":
if not hasBzip2Support:
raise Exception( "You are trying open a gzip compressed TAR file but no gzip support was detected!" )
type = 'GZ'
self.rawFile = self.tarFile # save so that garbage collector won't close it!

Line 1140 should read hasGzipSupport

@mxmlnkn
Copy link
Owner

mxmlnkn commented Dec 7, 2019

Thank you. I'll fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants