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

Fix subprocess.CalledProcessError on Google App Engine #2860

Merged
merged 1 commit into from Mar 8, 2014
Merged

Fix subprocess.CalledProcessError on Google App Engine #2860

merged 1 commit into from Mar 8, 2014

Commits on Mar 3, 2014

  1. Work around subprocess.CalledProcessError on Google App Engine

    Set subprocess.CalledProcessError to None on restrictive environments
    like Google App Engine because the exception cannot be raised and there
    is no need to catch it. Fixes #1825 which broke after #1857.
    daradib committed Mar 3, 2014
    Copy the full SHA
    15d09a5 View commit details
    Browse the repository at this point in the history