This commit is contained in:
Mike Hommey 2014-02-21 11:14:12 +09:00
Родитель 19c52ec2ad
Коммит c5d1093c55
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 = []