mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 01:23:34 +08:00
Revert "Fix: Handle filepath with spaces in RequirementsFile"
This reverts commit d855b576
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