We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaaa391 commit eb92549Copy full SHA for eb92549
easybuild/tools/environment.py
@@ -314,9 +314,11 @@ def sanitize_env():
314
keys_to_unset = [key for key in os.environ if key.startswith('PYTHON')]
315
unset_env_vars(keys_to_unset, verbose=False)
316
317
+
318
class UndefinedParam():
319
"""Class to represent an undefined parameter different from None"""
320
321
322
class MockEnviron(dict):
323
"""Hook into os.environ and replace it with calls from this module to track changes to the environment."""
324
def __getitem__(self, key):
0 commit comments