When using python from within a sisyphus dir, there are warnings triggered by line: https://github.com/rwth-i6/i6_core/blob/main/util.py#L375
Which is e.g.:
[2023-02-23 18:22:34,536] WARNING: Creating absolute path inside current work directory: /work/asr4/rossenbach/rescale/example_sisyphus_setup/pyenv/bin/python3 (disable with WARNING_ABSPATH=False)
Caused by the changes in #261
One way to suppress this message is to use a hash_overwrite... any other ideas?