diff --git a/bin/fluents b/bin/fluents index bccb995..e914b9f 100755 --- a/bin/fluents +++ b/bin/fluents @@ -68,6 +68,7 @@ if __name__ == '__main__': if wf.ident == options.workflow: selected_wf = wf + print sys.path app = fluents.FluentApp(selected_wf) app.options = options fluents.app = app