Conversation
…ommand since that is what is being raised
|
Well, I suppose the Chef::Exceptions::ShellCommandFailed backcompat patch doesn't actually maintain backcompat, eh? 😞. I guess that's 'cause everyone'll be expecting to But, I suppose rescuing from |
There was a problem hiding this comment.
Is there not one too many rescues here?
There was a problem hiding this comment.
It's fine to have multiple rescue clauses I think. Also helps backward compatibility, if any is desired. Please merge...
There was a problem hiding this comment.
Multiple rescues are fine and you could merge this in, but the rescue Chef::Exceptions::ShellCommandFailed is of no value at all, not even back-compat.
|
The rescue for 0.10.8 was resolved via COOK-1282, and is released in python cookbook v1.0.8. Thank you. |
added rescue Mixlib::ShellOut::ShellCommandFailed to the pip freeze command since that is what is being raised