You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When getting/importing an empty directory, we don't take any actions in the workspace since we don't create the parent directories unless there are files.
When getting/importing an empty directory, we don't take any actions in the workspace
Actually it currently fails with some repetitive and contradicting messaging 🙂
$ dvc import-url ../ext/emptyImporting '../ext/empty' -> 'empty'WARNING: '../ext/empty' is empty.WARNING: '../ext/empty' is empty.ERROR: failed to import ../ext/empty. You could also try downloading it manually,and adding it with `dvc add`. - output 'empty' does not exist
When getting/importing an empty directory, we don't take any actions in the workspace since we don't create the parent directories unless there are files.
The text was updated successfully, but these errors were encountered: