We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6864d commit c0b2ac1Copy full SHA for c0b2ac1
1 file changed
dfetch/vcs/git.py
@@ -63,6 +63,8 @@ def _build_git_ssh_command() -> str:
63
64
if "BatchMode=" not in ssh_cmd:
65
ssh_cmd += " -o BatchMode=yes"
66
+ else:
67
+ logger.debug(f'BatchMode already configured in "{ssh_cmd}"')
68
69
return ssh_cmd
70
0 commit comments