Corrected erroneous checkin.
This commit is contained in:
parent
e01dd578cd
commit
f31795ac2a
|
@ -68,7 +68,6 @@ if __name__ == '__main__':
|
||||||
if wf.ident == options.workflow:
|
if wf.ident == options.workflow:
|
||||||
selected_wf = wf
|
selected_wf = wf
|
||||||
|
|
||||||
print sys.path
|
|
||||||
app = fluents.FluentApp(selected_wf)
|
app = fluents.FluentApp(selected_wf)
|
||||||
app.options = options
|
app.options = options
|
||||||
fluents.app = app
|
fluents.app = app
|
||||||
|
|
Reference in New Issue