Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Sep 24, 2024
1 parent 39c8b65 commit 849121f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasalad/settings/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __contains__(self, key: str) -> bool:
# we only need to reimplement this due to Python's behavior to
# forece-modify environment variable names on Windows. Only
# talking directly for environ accounts for that
return key in environ
return self.get_key_from_varname(key) in environ

def __repr__(self):
# TODO: list keys?
Expand Down

0 comments on commit 849121f

Please sign in to comment.