From e148da7d3b390e0d60d4528a072f7994832e5752 Mon Sep 17 00:00:00 2001 From: Trey Moen Date: Mon, 19 May 2025 21:39:57 -0700 Subject: [PATCH] space --- system/hardware/tici/esim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/hardware/tici/esim.py b/system/hardware/tici/esim.py index 2456891454..d316fa1954 100755 --- a/system/hardware/tici/esim.py +++ b/system/hardware/tici/esim.py @@ -149,7 +149,6 @@ class LPA2: self.nickname_profile(new_profile['payload']['data']['iccid'], nickname) self.process_notifications() - def _invoke(self, *cmd: str): print(f"invoking lpac {' '.join(list(cmd))}") ret = subprocess.Popen(['sudo', '-E', 'lpac'] + list(cmd), shell=False, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=self.env)