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

Add fix for boto3 file seek error #5

Merged
merged 1 commit into from Jun 20, 2019
Merged

Add fix for boto3 file seek error #5

merged 1 commit into from Jun 20, 2019

Conversation

nikolas
Copy link
Member

@nikolas nikolas commented Jun 20, 2019

Fixes error:

  File
  "/var/www/mvsim/releases/blue/mvsim/ve/lib/python3.6/site-packages/django/core/files/base.py",
  line 76, in chunks
      self.seek(0)
      ValueError: seek of closed file
      Build step 'Execute shell' marked build as failure

jschneier/django-storages#382

This can be removed once this upstream pull request is released: jschneier/django-storages#717

Fixes error:
```
  File
  "/var/www/mvsim/releases/blue/mvsim/ve/lib/python3.6/site-packages/django/core/files/base.py",
  line 76, in chunks
      self.seek(0)
      ValueError: seek of closed file
      Build step 'Execute shell' marked build as failure
```

jschneier/django-storages#382
@nbuonin nbuonin merged commit dbdf5c1 into master Jun 20, 2019
@nbuonin nbuonin deleted the boto3-fix branch June 20, 2019 18:05
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

Successfully merging this pull request may close these issues.

None yet

2 participants