1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Revert "Fix: Handle filepath with spaces in RequirementsFile"

This reverts commit d855b576
This commit is contained in:
LmeSzinc 2022-02-06 18:10:52 +08:00
parent d855b57692
commit 2f4b335599

View File

@ -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}')