Go to file
Alex Kavanagh 5de430c367 Fix bug where sometimes stderr is None in error reporting
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
2023-05-17 07:09:42 +00:00
2022-04-18 21:08:22 +01:00
2019-10-17 09:09:50 -07:00
2019-10-11 16:10:17 -07:00
2022-04-05 13:56:07 +01:00
2022-11-25 09:56:47 -03:00
2023-04-12 15:27:02 -04:00
2019-10-04 14:05:20 -07:00
2022-02-21 12:12:43 +00:00
2023-01-17 16:45:55 +00:00
2021-10-01 15:42:35 +01:00
2022-02-21 12:12:43 +00:00
Description
Juju Charm - Mysql InnoDB Cluster
17 MiB
Languages
Python 99.9%
Shell 0.1%