From e1ec3d4191229fc03eceada2e1c7ee1b7fde55ff Mon Sep 17 00:00:00 2001 From: voluntas Date: Mon, 16 Sep 2024 17:56:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=90=E3=83=83=E3=82=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/momo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/momo.py b/test/momo.py index a0c3464a..33c6739a 100644 --- a/test/momo.py +++ b/test/momo.py @@ -37,6 +37,7 @@ def __exit__(self, exc_type, exc_val, exc_tb): self.stop() def run_app(self): + print(self.executable) args = [ str(self.executable), self.mode,