Hi,

I am using fabric for some simple test deployment scripts, and I have encountered a slightly annoying behavior when local(some_cmd) fails. In that case, the output of local is not displayed, making debugging the issue a bit difficult.

Is there a way to disable abort and catch exception on errors to deal with them ? I understand I could use debug printing, but if possible, I would like to *always* get that output, but *only* in case of failure.

cheers,

David

_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to