Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix: Use getpass.getuser instead of os.getlogin to retrieve user name

appel_c requested to merge fix/oserror_end_2_end_tests into master

Description

Fix crashing end-2-end tests

Related Issues

closes #38 (closed)

Type of Change

  • use getpass.getuser() instead of os.getlogin()

Merge request reports