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

Environment elements must be strings #83

Open
ewjoachim opened this issue Aug 3, 2020 · 0 comments
Open

Environment elements must be strings #83

ewjoachim opened this issue Aug 3, 2020 · 0 comments
Assignees

Comments

@ewjoachim
Copy link
Contributor

If the septentrion port number is an int, subprocess.run which launches psql fails with a traceback.

This can be solved by making sure the port number, as well as all other environment injected values, are strings.

@ThomasEcuer is on it :)

@ewjoachim ewjoachim assigned ewjoachim and ThomasEcuer and unassigned ewjoachim Aug 3, 2020
ThomasEcuer added a commit that referenced this issue Aug 3, 2020
This avoids suprocess.run to fail ambiguously due to non-string values inherited from configuration
(like postgresql' port number). Refs #83.
ThomasEcuer added a commit that referenced this issue Aug 3, 2020
This avoids suprocess.run to fail ambiguously due to non-string values inherited from configuration
(like postgresql' port number). Refs #83.
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

No branches or pull requests

2 participants