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

Resolve "BECClient: _update_username runs a process"

guijar_m requested to merge 238-becclient-_update_username-runs-a-process into master

Description

Username is always available as an environment variable (ok, not on CI) But then we can always expand user home dir.

whoami is not portable, there are also other options in Python like os.getlogin() etc.

Closes #238 (closed)

Edited by guijar_m

Merge request reports