Skip to content

Commit 2fd0110

Browse files
committed
Add debug log
1 parent 30db76f commit 2fd0110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
try:
2424
Repo.clone_from(f'[email protected]:python/python-docs-{language}.git', clone_path, depth=1, branch=branch)
2525
except GitCommandError as e:
26-
print(f'failed to clone {language} {branch}')
26+
print(f'failed to clone {language} {branch}: {e}')
2727
continue
2828
try:
2929
completion = scan_path(clone_path, no_cache=True, hide_reserved=False, api_url='').completion

0 commit comments

Comments
 (0)