5de430c3670265ec53835ff3f52026c10be5968e
There are occasions, with some subprocess calls, where the value of e.stderr is None, resulting in the logging action to fail as it calls e.stderr.decode(...). This patch just finds most of those locations and substitutes str(e) if e.stderr is None so that something is still output. Change-Id: Ide3bb981e5a9eaa5fd2fbd649b9bae1679007523
Description
Juju Charm - Mysql InnoDB Cluster
Languages
Python
99.9%
Shell
0.1%