Skip to content

Fix home directory detection

Tomasz Maczukin requested to merge fix-home-directory-finding-error into main

What does this MR do?

Fix home directory detection

With 452ac0a2 we changed how HOME directory detection and "fixing" is working, but now it's causing runner to fail in cases it didn't before.

The change was done because previously we've been using a deprecated function from the homedir package. It was, however, done wrong.

This commit reverts code to a previous version.

Why was this MR needed?

What's the best way to test this MR?

What are the relevant issue numbers?

Edited by Tomasz Maczukin

Merge request reports

Loading