-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
output: remove a couple more "(s)" left #2299
Conversation
________________ ERROR collecting tests/func/test_s3.py ________________
ImportError while importing test module '/.../dvc/tests/func/test_s3.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/func/test_s3.py:3: in <module>
from moto import mock_s3
E ModuleNotFoundError: No module named 'moto' UPDATE: Nevermind, I guess that's only happening on my local env. I wonder why. (I did run |
@jorgeorpinel Try |
Np I'm just glad the CI builds pass ) |
@@ -23,7 +23,7 @@ def run(self): | |||
|
|||
|
|||
def add_parser(subparsers, parent_parser): | |||
UPDATE_HELP = "Update dependencies and reproduce specified DVC-files." | |||
UPDATE_HELP = "Update data artifacts imported from other DVC repositories." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note this change is due to iterative/dvc.org#490 (comment). Feel free to resolve this comment after reading.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Continuation of #2281 (comment)
Have you followed the guidelines in our
Contributing document?
Does your PR affect documented changes or does it add new functionality
that should be documented? If yes, have you created a PR for
dvc.org documenting it or at
least opened an issue for it? If so, please add a link to it.
Doc update: iterative/dvc.org@3dc5489