mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Fix: Handle filepath with spaces in RequirementsFile
This commit is contained in:
@@ -42,4 +42,4 @@ class PipManager(DeployConfig):
|
|||||||
|
|
||||||
hr1('Update Dependencies')
|
hr1('Update Dependencies')
|
||||||
arg = ' ' + ' '.join(arg) if arg else ''
|
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}')
|
||||||
|
|||||||
Reference in New Issue
Block a user