Skip to content

Commit

Permalink
Revert incorrect comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Karetnikov committed Oct 22, 2023
1 parent 0622125 commit 0ad9f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-store-server/conda_store_server/action/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def wrapper(*args, **kwargs):
# redirect stdout -> action_context.stdout
stack.enter_context(contextlib.redirect_stdout(action_context.stdout))

# redirect stderr -> action_context.stderr
# redirect stderr -> action_context.stdout
stack.enter_context(contextlib.redirect_stderr(action_context.stdout))

# create a temporary directory
Expand Down

0 comments on commit 0ad9f5a

Please sign in to comment.