From 2c2aafdb721a1d7ca4a9426fd8c19ac1d5a0d24e Mon Sep 17 00:00:00 2001 From: Feng4 Date: Mon, 4 Jan 2021 20:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=A8=A1=E5=BC=8F=E4=B8=89?= =?UTF-8?q?=E5=9C=A8mac=E4=B8=8Elinux=E4=B8=8A=E6=97=A0=E6=B3=95=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 35e241b..3b592f5 100755 --- a/core.py +++ b/core.py @@ -748,7 +748,7 @@ def core_main(file_path, number_th, conf: config.Config): elif conf.main_mode() == 3: path = file_path.rsplit('/', 1)[0] - path = file_path.rsplit('\\', 1)[0] + path = path.rsplit('\\', 1)[0] if multi_part == 1: number += part # 这时number会被附加上CD1后缀