Skip to content

Reverted change by commenting out line that modified USER = os.environ["USER"]...

Nicola Malavasi requested to merge caracal_bugfix into main

Reverted change by commenting out line that modified USER = os.environ["USER"] to USER = os.getlogin() as this did not work without active terminal.

Merge request reports