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

printEnvVariablesToFile.py overwrites itself if invoked without arguments #24487

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2024

  1. printEnvVariablesToFile.py overwrites itself if invoked without argum…

    …ents
    
    I was the command in my terminal when launching the editor, was curious to see what it did, so I ran it again without arguments, expecting to get a `--help`-like message, instead it ended up overwriting itself.
    
    This change changes the script's default behavior (default being the invocation without arguments) from overwriting itself to throwing an exception about a missing output file argument.
    joar authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9059aea View commit details
    Browse the repository at this point in the history
  2. Remove excessive newline

    joar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ba8d65c View commit details
    Browse the repository at this point in the history