We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If the dvc/config file is created with whitespaces dvc-cc cann't read the config file.
To Reproduce Create a dvc/config file like this: `[core] remote = dvc_connection ['remote "dvc_connection"'] url = ............... ask_password = true
Additional context
dvc -V 0.87.0 faice -v 9.1.0 dvc-cc -v 0.8.66
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If the dvc/config file is created with whitespaces dvc-cc cann't read the config file.
To Reproduce
Create a dvc/config file like this:
`[core]
remote = dvc_connection
['remote "dvc_connection"']
url = ...............
ask_password = true
Additional context
The text was updated successfully, but these errors were encountered: