mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Handle filepath with spaces in RequirementsFile
This commit is contained in:
parent
b3e1715d04
commit
d855b57692
@ -42,4 +42,4 @@ class PipManager(DeployConfig):
|
||||
|
||||
hr1('Update Dependencies')
|
||||
arg = ' ' + ' '.join(arg) if arg else ''
|
||||
self.execute(f'{self.pip} install -r {self.requirements_file}{arg}')
|
||||
self.execute(f'{self.pip} install -r "{self.requirements_file}"{arg}')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user