Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 3, 2024
1 parent 6d8d2b0 commit 0b7f257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_deprecated_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def config_files(tmpdir, request):
homedrive, homepath = os.path.splitdrive(home)
os.environ["HOMEDRIVE"] = homedrive
os.environ["HOMEPATH"] = homepath
print(f"{audeer.path('~')=}")
else:
current_home = os.environ.get("HOME", None)
os.environ["HOME"] = home
Expand Down

0 comments on commit 0b7f257

Please sign in to comment.