Skip to content

Extend the gaudirun.py GaudiConfig2 file lookup to allow full path to modules

Marco Clemencic requested to merge 192-allow-full-path-to-option-module into master

With this change we can invoke configuration callables without setting the PYTHONPATH (for example for testing) with something like:

gaudirun.py path/to/file.py:callable

Closes #192 (closed)

Merge request reports