fix: Use getpass.getuser instead of os.getlogin to retrieve user name
Description
Fix crashing end-2-end tests
Related Issues
closes #38 (closed)
Type of Change
- use
getpass.getuser()
instead ofos.getlogin()
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
Please migrate repositories to https://gitea.psi.ch - if you need help, contact gitea@psi.ch
Fix crashing end-2-end tests
closes #38 (closed)
getpass.getuser()
instead of os.getlogin()