Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Common
experiment_launcher
Merge requests
!6
Check if USER variable exists before using it
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Jonas Günster
requested to merge
guenster/experiment_launcher:master
into
master
Aug 24, 2022
Overview
0
Commits
1
Pipelines
0
Changes
1
On Windows os.getenv("USER") returns None. Need to catch this to use it on Windows.