зеркало из https://github.com/mozilla/sccache.git
Fix typo for WhichError
This commit is contained in:
Родитель
19c52ec2ad
Коммит
c5d1093c55
|
@ -246,7 +246,7 @@ def parse_arguments(command):
|
|||
if not os.path.exists(program):
|
||||
try:
|
||||
program = which.which(program)
|
||||
except which.whichError:
|
||||
except which.WhichError:
|
||||
return None
|
||||
|
||||
reduced_args = []
|
||||
|
|
Загрузка…
Ссылка в новой задаче