diff --git a/brewtils/plugin.py b/brewtils/plugin.py index f00750d6..cb50a33b 100644 --- a/brewtils/plugin.py +++ b/brewtils/plugin.py @@ -333,7 +333,10 @@ def _run_shutdown_functions( ) elif self._client: self._logger.error( - f"Provided function not existing on client for shutdown function: {shutdown_function}" + ( + "Provided function not existing on client " + f"for shutdown function: {shutdown_function}" + ) ) else: self._logger.error(