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

Rely on os.UserHomeDir() #1563

Merged
merged 3 commits into from Jan 24, 2022
Merged

Rely on os.UserHomeDir() #1563

merged 3 commits into from Jan 24, 2022

Commits on Jan 17, 2022

  1. Rely on os.UserHomeDir()

    Instead of hard-coding Windows and *nix environment variables, rely on
    os.UserHomeDir() to do the right thing. Ignore errors since those only
    happen in situations we don't care about (and didn't handle
    previously).
    
    Signed-off-by: Stephen Kitt <skitt@redhat.com>
    skitt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0ba289f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. remove unused import

    jasdel committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    39691e9 View commit details
    Browse the repository at this point in the history
  2. add changelog

    jasdel committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    d33d348 View commit details
    Browse the repository at this point in the history