Skip to content

Use getpass.getuser to get the username

Duncan Macleod requested to merge duncanmmacleod/pesummary:getuser into master

This MR modifies all instances of os.environ['USER'] to call out to getpass.getuser(); it's more robust than just picking out an environment variable (with no protection).

Merge request reports