The source project of this merge request has been removed.
Check if USER variable exists before using it
On Windows os.getenv("USER") returns None. Need to catch this to use it on Windows.
On Windows os.getenv("USER") returns None. Need to catch this to use it on Windows.