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

Commits on Jun 20, 2019

  1. Add fix for boto3 file seek error

    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
    nikolas committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    c4cba02 View commit details
    Browse the repository at this point in the history