mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
微调
This commit is contained in:
parent
20bc6f5516
commit
22f28d55b4
@ -53,10 +53,7 @@ def set_paths(driver_path: str = None,
|
||||
om = OptionsManager(ini_path)
|
||||
|
||||
def format_path(path: str) -> str:
|
||||
if not path:
|
||||
return ''
|
||||
|
||||
return str(path).replace('/', '\\')
|
||||
return '' if not path else str(path).replace('/', '\\')
|
||||
|
||||
if driver_path is not None:
|
||||
om.set_item('paths', 'chromedriver_path', format_path(driver_path))
|
||||
|
Loading…
x
Reference in New Issue
Block a user