commit | e0493a4af57c1a73376a7bafaed542c01f588196 | [log] [tgz] |
---|---|---|
author | Eric Li <[email protected]> | Mon Nov 15 13:05:43 2010 -0800 |
committer | Eric Li <[email protected]> | Mon Nov 15 13:05:43 2010 -0800 |
tree | 53f65893465f14c2be859b9889ea33924bd79fcd | |
parent | c18e883438c6c73d13a7ffbedb75ad881d06228a [diff] [blame] |
Merge remote branch 'cros/upstream' into tempbranch BUG= TEST= Review URL: http://codereview.chromium.org/4823005 Change-Id: I5d56f1c10d0fce7f9d7dc3ad727ea52dcb9b2d6c
diff --git a/server/hosts/abstract_ssh.py b/server/hosts/abstract_ssh.py index ef179f5..3d8d9e9 100644 --- a/server/hosts/abstract_ssh.py +++ b/server/hosts/abstract_ssh.py
@@ -69,6 +69,7 @@ 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):