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: Let default result renderer tolerate non-path results #4666

Merged
merged 1 commit into from Jun 27, 2020

Commits on Jun 27, 2020

  1. ENH: Let default result renderer tolerate non-path results

    Example use case: credential query
    (datalad/datalad-osf#105)
    
    There is nothing on the file system that such credentials are (or have
    to be) associated with.
    
    Before this change, the default result handler would crash on results
    without a `path` key. After this change, it merely doesn't report a
    path at all. Spacing is adjusted be
    
       `<action>(<status>): [<message>]`
    
    in this case.
    mih committed Jun 27, 2020
    Copy the full SHA
    af72224 View commit details
    Browse the repository at this point in the history