Preserves PYTHONPATH.
This commit is contained in:
parent
28e6c52f78
commit
ff070e5312
@ -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
|
||||
|
Reference in New Issue
Block a user