Merge branch 'master' of https://gitee.com/cxy_kevin/peinjector
This commit is contained in:
commit
b2a9456092
|
@ -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)):
|
||||
|
|
Loading…
Reference in New Issue