Home
last modified time | relevance | path

Searched refs:warn_on_failure (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dssh.py131 def copyFrom(self, remoteSrc, localDst, warn_on_failure=False): argument
137 (status, output) = self._run(scpCmd, ignore_status=warn_on_failure)
138 if warn_on_failure and status: