-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add: improve message for overlapping outputs #4529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@shcheklein - may I work on this issue? |
@gsvolt yes! absolutely, feel free to take it! thanks 🙏 |
Is it fine to use a message similar I've tried to use at #5236? Something like this: If it's okay, I will fix the issue soon. |
Repurposing for the "bonus" |
Note that the message these days says something like following:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
Please provide information about your setup
Output of
dvc version
:Reproduce
Run
dvc add
on a directory with some data twice and get something like:Problem
#5385stage
term is not applicable here. This message should be fixed/changed.Bonus
Error message on the overlapping data should be avoiding term
output
. Instead we should be usingdirectory
orfile
. Also should we recommenddvc add data
instead of commit (might be easier for users, no need to learn a new command).The text was updated successfully, but these errors were encountered: