Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3538: Display all cf-promise messages in deployment error's details #193

Conversation

fanf
Copy link
Member

@fanf fanf commented Apr 26, 2013

No description provided.

* and "error/technical details"
*/
val completeErrorMsg = ( "The generated promises are invalid!errormessage!cf-promise check fails for promises generated at '%s'".format(newNodeRulePath)
+ (if(errors.isEmpty) "" else errors.mkString("<-", "<-", ""))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not using string interpolation here ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of Scala 2.9 in branche 2.4

VinceMacBuche added a commit that referenced this pull request Apr 26, 2013
…g_in_deployment_error_details

Fixes #3538: Display all cf-promise messages in deployment error's details
@VinceMacBuche VinceMacBuche merged commit b9d9c29 into Normation:branches/rudder/2.4 Apr 26, 2013
@fanf fanf deleted the bug_3538/dev/display_cf_promises_msg_in_deployment_error_details branch March 15, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants