We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
verbosity=1
fetch_via_vcs
1 parent 0f5c3b2 commit 3a8a3bfCopy full SHA for 3a8a3bf
src/fetchcode/vcs/__init__.py
@@ -65,6 +65,6 @@ def fetch_via_vcs(url):
65
vcs_type = vcs_name
66
67
backend = vcs.get_backend_for_scheme(scheme)
68
- backend.obtain(dest=dest_dir, url=misc.hide_url(url))
+ backend.obtain(dest=dest_dir, url=misc.hide_url(url), verbosity=1)
69
70
return VCSResponse(dest_dir=dest_dir, vcs_type=vcs_type, domain=domain)
0 commit comments