Skip to content

return exit code from exec_command()#66

Open
akvadrako wants to merge 1 commit intod11wtq:masterfrom
akvadrako:return-exec-info
Open

return exit code from exec_command()#66
akvadrako wants to merge 1 commit intod11wtq:masterfrom
akvadrako:return-exec-info

Conversation

@akvadrako
Copy link
Copy Markdown

I would like to check that my commands succeed from my calling script. This small change allows that to happen.

@aanand
Copy link
Copy Markdown
Collaborator

aanand commented Jun 29, 2016

This looks alright as a default. It adds another API call to exec_command, but people can always avoid that by using the lower-level ExecOperation interface.

LGTM

@TomasTomecek
Copy link
Copy Markdown
Contributor

nicely done

looks like that SimpleQueue has different defintions on 2 and 3:

2

Init definition: SimpleQueue(self)

3

Init definition: SimpleQueue(self, *, ctx)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants