Skip to content

Commit

Permalink
fix run command returning only rc
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Dec 19, 2019
1 parent cbde73f commit c7d5ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/cli/main_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def execute(args, parser):
print(response.stdout, file=sys.stdout)
if response.stderr:
print(response.stderr, file=sys.stderr)
return response.rc
return response

0 comments on commit c7d5ada

Please sign in to comment.