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 70b22ce1..aac08855 100644 --- a/git_config.py +++ b/git_config.py | |||
@@ -503,7 +503,7 @@ def close_ssh(): | |||
503 | d = ssh_sock(create=False) | 503 | d = ssh_sock(create=False) |
504 | if d: | 504 | if d: |
505 | try: | 505 | try: |
506 | os.rmdir(os.path.dirname(d)) | 506 | platform_utils.rmdir(os.path.dirname(d)) |
507 | except OSError: | 507 | except OSError: |
508 | pass | 508 | pass |
509 | 509 | ||