diff options
Diffstat (limited to 'git_config.py')
-rw-r--r-- | git_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_config.py b/git_config.py index 36e8d939..a5b5b4d9 100644 --- a/git_config.py +++ b/git_config.py | |||
@@ -388,7 +388,7 @@ def close_ssh(): | |||
388 | try: | 388 | try: |
389 | os.kill(p.pid, SIGTERM) | 389 | os.kill(p.pid, SIGTERM) |
390 | p.wait() | 390 | p.wait() |
391 | catch OSError: | 391 | except OSError: |
392 | pass | 392 | pass |
393 | _ssh_cache.clear() | 393 | _ssh_cache.clear() |
394 | 394 | ||