From: Mark W. A. <sl...@do...> - 2005-07-23 00:19:47
|
On Fri, Jul 22, 2005 at 05:25:40PM +0300, Ogz wrote: > In my code i have something like: > > burncmd = "growisofs -M " + burner + " " + "-R -J" + " " + some_files > > result = ssh.sendcmd(burncmd, readtype=-2) /*reat type may be wrong*/ ^ | pyssh.READ_ALL is 2, not -2. Try changing|this. mwa -- Mark W. Alexander sl...@do... The contents of this message authored by Mark W. Alexander are released under the Creative Commons Attribution-NonCommercial license. Copyright of quoted materials, if any, are retained by the original author(s). http://creativecommons.org/licenses/by-nc/2.0/ |