mistral/releasenotes
Renat Akhmerov c9e08a8839 Fix "join" when the last indirect inbound task failed
* See bug description for the example that didn't work. It was
  caused by a simple mistake in a python expression of type
  "my_set = my_set or set()" that didn't work as expected, i.e.
  it created a new set even if my_set is already an empty set.
  So, the proper expression that's needed is
  "my_set = set() if my_set is None else my_set"

Change-Id: I2a787921449fecf3301013a770ffe712e9606baf
Closes-Bug: #1803677
2018-11-16 15:35:18 +07:00
..
notes Fix "join" when the last indirect inbound task failed 2018-11-16 15:35:18 +07:00
source Update reno for stable/rocky 2018-08-09 12:11:31 +00:00