Skip to content

Commit

Permalink
Reverse order of stdout and stderr in Run#__init__
Browse files Browse the repository at this point in the history
Co-authored-by: johny-b <[email protected]>
  • Loading branch information
kmazurek and johny-b committed Sep 3, 2021
1 parent f503432 commit 5378db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yapapi/script/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def __init__(
self.cmd = cmd
self.args = args
self.env = env
self.stdout = stdout
self.stderr = stderr
self.stdout = stdout

def evaluate(self, ctx: "WorkContext"):
capture = dict()
Expand Down

0 comments on commit 5378db3

Please sign in to comment.