fix: line length

pull/9659/head
Peter Siegel 2025-01-31 18:11:27 +01:00
parent 30a6f46570
commit 297f3c0f9a
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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(