alcali icon indicating copy to clipboard operation
alcali copied to clipboard

fix: state result can be str instead of dict

Open duhow opened this issue 8 months ago • 0 comments

Fixes #510

A string may be returned as Salt JSON result, for example when success: false, the value can be Unhandled exception running state.apply, instead of an expected dict with the content.

The content of the string is not checked at the moment.

duhow avatar Oct 24 '23 11:10 duhow