Commit c52a2130 by Arun Babu Neelicattu

cmd/install: enable root when --only is used

parent 7bdfbc72
......@@ -174,7 +174,7 @@ dependencies and not including the current project, run the command with the
if return_code != 0:
return return_code
if self.option("no-root") or self.option("only"):
if self.option("no-root"):
return 0
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