From 297f3c0f9a80af912e39c465ce6e781b85e07541 Mon Sep 17 00:00:00 2001 From: Peter Siegel Date: Fri, 31 Jan 2025 18:11:27 +0100 Subject: [PATCH] fix: line length --- plugins/connection/lxd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/connection/lxd.py b/plugins/connection/lxd.py index 926c681649..1c728c2fc9 100644 --- a/plugins/connection/lxd.py +++ b/plugins/connection/lxd.py @@ -118,7 +118,8 @@ class Connection(ConnectionBase): if self.get_option("remote_user") != "root": self._display.vvv( - f"INFO: Running as non-root user: {self.get_option('remote_user')}, trying to run 'lxc exec' with become method: {self.get_option('lxd_become_method')}", + f"INFO: Running as non-root user: {self.get_option('remote_user')}, \ + trying to run 'lxc exec' with become method: {self.get_option('lxd_become_method')}", host=self._host(), ) exec_cmd.extend(