-
Notifications
You must be signed in to change notification settings - Fork 33
dandi download enums #1627
Copy link
Copy link
Closed
Description
While reviewing some PRs I decided to download a full dataset to test on
I used the syntax
dandi download DANDI:001350but recieved
Usage: dandi download [OPTIONS] [URL]...
Try 'dandi download --help' for help.
Error: Invalid value for '-e' / '--existing': 'error' is not one of 'ERROR', 'SKIP', 'OVERWRITE', 'OVERWRITE_DIFFERENT', 'REFRESH'.and so on for various flags. To get it to work as expected I had to do instead
dandi download DANDI:001350 -e ERROR -f PYOUT --path-type EXACTwhich worked as I expected
Is this behavior intended? Can others reproduce it? If not assign me and I believe I know where and how it goes wrong
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels