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

When quitting, error is raised in console #10

Open
beatthem opened this issue Jan 20, 2014 · 0 comments
Open

When quitting, error is raised in console #10

beatthem opened this issue Jan 20, 2014 · 0 comments

Comments

@beatthem
Copy link

When stopping debug Django application, bugjar hangs for some time and then errror is raising in console

File "/home/khalikov/virtualenvs/PROC26/bin/bugjar", line 9, in
load_entry_point('bugjar==0.1.0', 'console_scripts', 'bugjar')()
File "/home/khalikov/virtualenvs/PROC26/lib/python2.6/site-packages/bugjar-0.1.0- py2.6.egg/bugjar/main.py", line 77, in local
jar_run(debugger)
File "/home/khalikov/virtualenvs/PROC26/lib/python2.6/site-packages/bugjar-0.1.0-py2.6.egg/bugjar/main.py", line 28, in jar_run
view.on_quit()
AttributeError: 'MainWindow' object has no attribute 'on_quit'

defining empty method

def on_quit(self):
pass

of MainWindow helps

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

No branches or pull requests

1 participant