Commit 56503817 by Mohamed Seleem Committed by Sébastien Eustace

Fix inverted --no-root cmd option (#979)

parent 37ec1447
...@@ -56,7 +56,7 @@ exist it will look for <comment>pyproject.toml</> and do the same. ...@@ -56,7 +56,7 @@ exist it will look for <comment>pyproject.toml</> and do the same.
if return_code != 0: if return_code != 0:
return return_code return return_code
if not self.option("no-root"): if self.option("no-root"):
return 0 return 0
try: try:
......
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