Description
We have to make sure, that the script also works in environments where the code is in a different place than the control folder for the actual experiment.
Affected Systems
- Python Script
mkReadme.py
Proposed Solution
Implement one or more of these:
- Global python variables
- System environment variables
- configuration file
- CML options/arguments
Releated