From e3d1084c92dadd7b675f3857088c8f2cf47c127e Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:40:59 -0400 Subject: [PATCH] Update qubes.py --- connection_plugins/qubes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection_plugins/qubes.py b/connection_plugins/qubes.py index 85f7380..5dbbde6 100644 --- a/connection_plugins/qubes.py +++ b/connection_plugins/qubes.py @@ -313,7 +313,7 @@ class Connection(ConnectionBase): if not self._connected: remote_cmd = [to_bytes(x, errors='surrogate_or_strict') for x in [ # 'strace', '-s', '2048', '-o', '/tmp/log', - 'python', '-u', '-i', '-c', preamble + 'python3', '-u', '-i', '-c', preamble ]] addr = self._play_context.remote_addr proxy = to_bytes(self.get_option("management_proxy")) if self.get_option("management_proxy") else ""