Improve behavior when a git-annex command is told to operate on a file that doesn't exist. It will now continue to other files specified after that on the command line, and only error out at the end.
This commit is contained in:
parent
461b967966
commit
efb37e7c78
5 changed files with 20 additions and 11 deletions
|
@ -43,7 +43,7 @@ commandAction a = account =<< tryIO go
|
|||
account (Right True) = return True
|
||||
account (Right False) = incerr
|
||||
account (Left err) = do
|
||||
showErr err
|
||||
toplevelWarning True (show err)
|
||||
showEndFail
|
||||
incerr
|
||||
incerr = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue