Chromium Code Reviews| Index: server/hosts/abstract_ssh.py | 
| diff --git a/server/hosts/abstract_ssh.py b/server/hosts/abstract_ssh.py | 
| index ef179f5949ea053d458e81ad3ba97cebc04e0786..3d8d9e9b5c3fe6928e15aa126bac887a598cfbc3 100644 | 
| --- a/server/hosts/abstract_ssh.py | 
| +++ b/server/hosts/abstract_ssh.py | 
| @@ -69,6 +69,7 @@ class AbstractSSHHost(SiteHost): | 
| if not self._use_rsync: | 
| logging.warn("rsync not available on remote host %s -- disabled", | 
| self.hostname) | 
| + return self._use_rsync | 
| def _check_rsync(self): |