Skip to content

Check if USER variable exists before using it

Jonas Günster requested to merge (removed):master into master

On Windows os.getenv("USER") returns None. Need to catch this to use it on Windows.

Merge request reports