Hi Chris, Christopher Lemmer Webber <[email protected]> skribis:
> Seems strange... the message I get: > > guix deploy: error: failed to deploy tulsi: ~A: ~S > > Errors upon errors! Formatting this time, apparently. :) > > Looking at the relevant code: > > (define (deploy-machine* store machine) > "Deploy MACHINE, taking care of error handling." > (info (G_ "deploying to ~a...~%") > (machine-display-name machine)) > > (guard (c ((message-condition? c) > (report-error (G_ "failed to deploy ~a: ~a~%") > (machine-display-name machine) > (condition-message c))) [...] I believe this is fixed by 5842239a66683b2f5e36e95da8225e2ab7f7dac3. Thanks! Ludo’.
