-
-
Notifications
You must be signed in to change notification settings - Fork 866
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
Ensure that we're reading the file from the start #373
Conversation
Codecov Report
@@ Coverage Diff @@
## master #373 +/- ##
==========================================
+ Coverage 75.8% 75.82% +0.01%
==========================================
Files 11 11
Lines 1550 1551 +1
==========================================
+ Hits 1175 1176 +1
Misses 375 375
Continue to review full report at Codecov.
|
I've just merged a failing test case for this issue, can you rebase to confirm that this then fixes that and then I would be very happy to merge. |
Verified locally, thanks. |
This is needed for Django 1.11 as we can no longer assume that the file we're looking is starting from the beginning, this can cause issues with empty files being saved instead of GZ variants.