This commit is contained in:
Roman Yurchak 2018-10-26 19:04:32 +02:00
parent 8ec53afdc7
commit 0429185745
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ def install_for_distribution(args):
subprocess.check_call(commands)
except Exception:
print(f'Warning: {" ".join(commands)} failed with distutils, possibly '
f'due to the use if distutils that does not support the '
f'due to the use of distutils that does not support the '
f'--old-and-unmanageable argument. Re-trying the install '
f'without this argument.')
subprocess.check_call(commands[:-1])