diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2045,8 +2045,8 @@ class Project(object): | |||
2045 | name = self.remote.name | 2045 | name = self.remote.name |
2046 | 2046 | ||
2047 | remote = self.GetRemote(name) | 2047 | remote = self.GetRemote(name) |
2048 | if not remote.PreConnectFetch(): | 2048 | if not remote.PreConnectFetch(ssh_proxy): |
2049 | ssh_proxy = False | 2049 | ssh_proxy = None |
2050 | 2050 | ||
2051 | if initial: | 2051 | if initial: |
2052 | if alt_dir and 'objects' == os.path.basename(alt_dir): | 2052 | if alt_dir and 'objects' == os.path.basename(alt_dir): |