Commit 04291857 authored by Roman Yurchak's avatar Roman Yurchak

Fix typo

parent 8ec53afd
...@@ -290,7 +290,7 @@ def install_for_distribution(args): ...@@ -290,7 +290,7 @@ def install_for_distribution(args):
subprocess.check_call(commands) subprocess.check_call(commands)
except Exception: except Exception:
print(f'Warning: {" ".join(commands)} failed with distutils, possibly ' 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'--old-and-unmanageable argument. Re-trying the install '
f'without this argument.') f'without this argument.')
subprocess.check_call(commands[:-1]) subprocess.check_call(commands[:-1])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment