Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executing workflows in batch mode is broken #1103

Closed
rexissimus opened this issue Jul 7, 2015 · 3 comments
Closed

Executing workflows in batch mode is broken #1103

rexissimus opened this issue Jul 7, 2015 · 3 comments

Comments

@rexissimus
Copy link
Member

Executing workflows from the comand-line with -b generates an error after the workflow has executed.

Bisected to 10ea3ca.

@rexissimus
Copy link
Member Author

It looks like the spreadsheet is the only thing keeping the VistrailsApplication alive in batch mode. The global VistrailsApplication in core/application is a weakref! I am not sure how this is supposed to work.

@dakoop
Copy link
Member

dakoop commented Jul 7, 2015

@rexissimus, what is the actual error? Could you add the stack trace?

@rexissimus
Copy link
Member Author

Exception AttributeError: "'NoneType' object has no attribute 'startup'" in <bound method VistrailsApplicationSingleton.__del__ of <vistrails.gui.application.VistrailsApplicationSingleton object at 0x7f60c9a66b98>> ignored
Uncaught exception on initialization: TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "vistrails/run.py", line 140, in main
    app = vistrails.gui.application.get_vistrails_application()()
TypeError: 'NoneType' object is not callable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants