Hi,
Instead of fiddling with fabric's ssh implementation, I would suggest two
course of action:
- find out why the binary is not returning 0 on success and fix the error
(easier said than done I know)
- if that's not possible, you can force a 0 return on your command, for
instance : run('screen-length disable || exit 0', shell=False)Regards, Nathan > >
_______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
