Skip to content

Conversation

@austin3dickey
Copy link
Contributor

Addresses part of #11259. Adds support for os.getenv(" env var completions.

Release Notes

New Features

  • N/A

Bug Fixes

  • N/A

QA Notes

import os

os.getenv("
os.getenv('
os.getenv(key="
os.getenv(default="  # shouldn't show env vars
os.getenv("", "")  # try either string; second shouldn't show env vars

@github-actions
Copy link

github-actions bot commented Jan 15, 2026

E2E Tests 🚀
This PR will run tests tagged with: @:critical

readme  valid tags

This comment was marked as resolved.

Copy link
Contributor

@seeM seeM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm it doesn't seem to be working for me, is this something on my side?

image

@austin3dickey
Copy link
Contributor Author

austin3dickey commented Jan 15, 2026

@seeM You'll need to import os first. At first I thought this was a bug, but I looked at the behavior before the refactor and it looks like os.getenv(" never worked without context about what you imported. 🙂

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