* Changed build behaviour to suit newer Ubuntu releases (at least 9.10).
* Added -c option to generate intial configuration file and directories. This will create the file ~/.laydi and the directories ~/laydi/datasets and ~/laydi/workflows. * Removed debug print statements.
This commit is contained in:
@@ -50,7 +50,7 @@ def find_workflow(basename):
|
||||
print "find_workflow"
|
||||
|
||||
# List all .py files that can contain workflow classes
|
||||
wf_path = main.options.workflowdir.split(';')
|
||||
wf_path = main.options.workflowdir.split(':')
|
||||
wf_file = None
|
||||
|
||||
for dir in wf_path:
|
||||
|
||||
Reference in New Issue
Block a user