解决模式三在mac与linux上无法使用的问题
This commit is contained in:
2
core.py
2
core.py
@@ -748,7 +748,7 @@ def core_main(file_path, number_th, conf: config.Config):
|
|||||||
|
|
||||||
elif conf.main_mode() == 3:
|
elif conf.main_mode() == 3:
|
||||||
path = file_path.rsplit('/', 1)[0]
|
path = file_path.rsplit('/', 1)[0]
|
||||||
path = file_path.rsplit('\\', 1)[0]
|
path = path.rsplit('\\', 1)[0]
|
||||||
if multi_part == 1:
|
if multi_part == 1:
|
||||||
number += part # 这时number会被附加上CD1后缀
|
number += part # 这时number会被附加上CD1后缀
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user