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

ENH+BF: Do not fail reporting if curdir is gone, do not rmdir the directory upon failed clone attempt #2788

Merged
merged 5 commits into from Aug 31, 2018

Commits on Aug 30, 2018

  1. BF(minor): do return False

    probably nothing has failed since without return it was just returning None
    which evaluates to False
    yarikoptic committed Aug 30, 2018
    Copy the full SHA
    55c1bb8 View commit details
    Browse the repository at this point in the history
  2. ENH: robust_abspath - use getpwd for relative names if abspath fails

    Use it while rendering results, partially addressing
    datalad#2787
    yarikoptic committed Aug 30, 2018
    Copy the full SHA
    ca71e7a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c21268d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    01647e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Copy the full SHA
    53cfc2d View commit details
    Browse the repository at this point in the history