Changed the way workflows are handled. You now specify a workflow by naming the
containing python module. The module must be in python's path.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
## To be able to run fluents without installing it, we have to set
|
||||
## PYTHONPATH.
|
||||
|
||||
export PYTHONPATH=$PYTHONPATH:.
|
||||
export PYTHONPATH=$PYTHONPATH:.:./workflows
|
||||
./bin/fluents $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user