Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ignore OSError in is_virtual_environment check #2676

Merged
merged 2 commits into from
Jul 30, 2018
Merged

Commits on Jul 30, 2018

  1. Ignore OSError in is_virtual_environment check

    This works around a faulty virtual environment on my machine that makes
    os.access throw "OSError: too many level of symlinks". If a virtual
    environment is faulty, we can just ignore it.
    uranusjr committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    236a6c4 View commit details
    Browse the repository at this point in the history
  2. News

    uranusjr committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    a89acdc View commit details
    Browse the repository at this point in the history