The abort function looks like just what I need for a project. However, it
calls_lazy_format('[$(fab_host)] Error: %s' % msg, ENV)
This prints out without doing the lazy_formatting. abort doesn't have the
connects decorator, so I don't think fab_host will ever be defined in the
ENV. Maybe that should be changed to [localhost]? (Or give people the option
to specify the host that we should abort for? Probably not helpful.)

Thanks!
Alex
_______________________________________________
Fab-user mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to