Comment 15 for bug 1931558

Revision history for this message
Akihiro Motoki (amotoki) wrote :

Hi,

Another fix has been proposed from Takashi. It seems that you are not aware of it.
https://review.opendev.org/c/openstack/python-mistralclient/+/800950 (python-mistralclient) and https://review.opendev.org/c/openstack/mistral-dashboard/+/800952 (mistral-dashboard).

I believe this is a more complete fix. The root cause is a double loading of file contents and the mistralclient python binding does not have a way to distinguish if a filename is a content already loaded or a file to be loaded. The proposed pair of patches allows to prevent the double loading of file contents explicitly, so I think this is the right fix.