This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For a local instance, use --default_resources 'tmpdir="$MYENV_VAR"' | |
# Everything should work properly | |
# For a cluster scheduling instance, use --default_resources 'tmpdir="$$MYENV_VAR"' | |
# The double dollar sign is needed for escaping. | |
# Note that you won't be able to use this tmpdir on localrules (only a concern in cluster mode) | |
# The `tmpdir` variable becomes available for use throughout the workflow | |
def eval_environ(s): |