-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Error when downloading blobs with storage v1.1.0 #3342
Comments
So this is kind of a bug, kind of not a bug, but some code needs to change. TLDR; My vote for a fix: make the The old implementation did something somewhat silly. It called I "turned off" this "feature" in my fix (and @tseaver asked why / if that was OK during code review). However, that revealed a (IMO long-standing) bug elsewhere in the code: mtime = time.mktime(self.updated.timetuple()) i.e. the |
Fine with me. |
Same issue here, is there any workaround or sticking to 1.0.0 'til the fix? All our tests failed miserably because of the upgrade. |
@danigosa I'll send out a fix today and we can push a |
Yes
|
See build log: https://www.google.com/url?q=https%3A%2F%2Ftravis-ci.org%2FGoogleCloudPlatform%2Fpython-docs-samples%2Fbuilds%2F226935178%23L786&sa=D&sntz=1&usg=AFQjCNG3mWBi07AXjvj70yKUdQ0pI4hJNw
The text was updated successfully, but these errors were encountered: