mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-25 06:33:24 +08:00
Fix: Handle filepath with spaces in RequirementsFile
This commit is contained in:
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user