get: get -o
behavior should be consistent with import -o
#4350
Labels
p3-nice-to-have
It should be done this or next sprint
As noted in iterative/dvc.org#1668,
get
andimport
behave differently when using-o foo/bar
.import will fail if directory
foo/
does not already exist, but get will create the directory.dvc get
should fail instead of using makedirs whenfoo/
does not exist to behave more consistently with other DVC commands.The text was updated successfully, but these errors were encountered: