metrics diff error message in --no-scm projects#3650
Conversation
|
Updated, I found |
|
@karajan1001 Btw, looks like your git email is not added to your github email list. Please go to https://github.com/settings/emails and make sure that your git email (you can see it in |
|
Sorry for the delay! Please take a look at a few comments above. |
|
Resolved a few items related to the output string. |
Co-Authored-By: Ruslan Kuprieiev <kupruser@gmail.com>
Thank you, I will solve other things after work. |
`NoSCM` Object now raise `NoSCMError` when calling attributes which only in `Git` Object
Mail change test
|
Thank you @karajan1001 ! 🎉 |
❗ I have followed the Contributing to DVC checklist.
📖 If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here. If the CLI API is changed, I have updated tab completion scripts.
❌ I will check DeepSource, CodeClimate, and other sanity checks below. (We consider them recommendatory and don't expect everything to be addressed. Please fix things that actually improve code or fix bugs.)
Thank you for the contribution - we'll try to review it as soon as possible. 🙏
I am not sure if there is any other scm tools besides git going to be supported.
If so, the error message"only supported for Git repositories" is not proper one,
fix #3605