-
Notifications
You must be signed in to change notification settings - Fork 295
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
Allow on-the-fly decompression of xRIT files in xRIT readers #436
Conversation
Codecov Report
@@ Coverage Diff @@
## master #436 +/- ##
==========================================
- Coverage 74.31% 72.78% -1.54%
==========================================
Files 136 131 -5
Lines 18188 17547 -641
==========================================
- Hits 13517 12771 -746
- Misses 4671 4776 +105
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused. You removed the pattern so compressed files aren't going to be matched anymore, right?
This PR add on-the-fly decompression for xRIT files if the XRIT_DECOMPRESS_PATH environment variable is specified.
git diff origin/master **/*py | flake8 --diff