Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the shell wrapper to return std_err separately #18

Open
nvarscar opened this issue Feb 25, 2023 · 0 comments
Open

Improve the shell wrapper to return std_err separately #18

nvarscar opened this issue Feb 25, 2023 · 0 comments
Labels
core Python-related, no Postgres knowledge needed enhancement New feature or request

Comments

@nvarscar
Copy link
Collaborator

Description

Return stderr as a separate part of the OSCommandResult object, instead of in-line with stdout.

Implementation

The wrapper shell code should separate stderr output from stdoud, potentially by emitting markers that declare which one goes next. Should be deterministic to simplify processing result.

@nvarscar nvarscar added enhancement New feature or request core Python-related, no Postgres knowledge needed labels Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Python-related, no Postgres knowledge needed enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant