From 8a08ee4473e2d18e8a5d429d574950be3081f92a Mon Sep 17 00:00:00 2001 From: cnhacklqr Date: Wed, 21 Feb 2024 11:38:52 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2069bbe5b=20from=20https://gitee.com/cxy?= =?UTF-8?q?=5Fkevin/peinjector/pulls/6=20=E6=9B=B4=E6=96=B0install.py?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/install.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/install.py b/installer/install.py index 7e8d1ee..facc861 100644 --- a/installer/install.py +++ b/installer/install.py @@ -25,8 +25,6 @@ def find_disk(): raise OSError("Permission denied") is_linux = True mount_point = "/mnt/prinjector_mount_point" -# print( -# "Warning: Linux support is developing.Please umount {mount_point}") if not os.path.exists(mount_point): os.mkdir(mount_point) elif len(os.listdir(mount_point)):