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 for recursive symlink issue #4669 #4670

Merged
merged 7 commits into from
Jun 7, 2020
Merged

Commits on Jun 12, 2019

  1. This is a potential fix to issue jupyter#4669. The fix simply catches…

    … the
    
    recusrive symlink error and moves on.  It is possibble that the
    try/except belongs in the utils but I wanted to limit the scope.
    scanon committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    1b00746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    088b212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4531fc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    f586668 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    4bad376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc41afb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1a3117 View commit details
    Browse the repository at this point in the history