fix reversion in info, and add test case
info: Fix reversion in last release involving handling of unsupported input by continuing to handle any other inputs, before exiting nonzero at the end. Sponsored-by: Dartmouth College's Datalad project
This commit is contained in:
parent
4199c457e2
commit
16d3097a08
6 changed files with 44 additions and 18 deletions
|
@ -55,3 +55,5 @@ IMHO prior behavior is "more correct" and we rely on it in datalad - get respons
|
|||
|
||||
[[!meta author=yoh]]
|
||||
[[!tag projects/datalad]]
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2023-02-20T17:56:39Z"
|
||||
content="""
|
||||
Fixed this. Note that with the fix, it will still exit nonzero at the end
|
||||
when given a path that does not exist, but it will first process the other
|
||||
inputs.
|
||||
|
||||
Also I've added a test case.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue