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

Fix templates for CrashHandler #598

Closed
wants to merge 1 commit into from
Closed

Fix templates for CrashHandler #598

wants to merge 1 commit into from

Conversation

chebee7i
Copy link
Contributor

The default template for CrashHandler needed some updating to work with the .format() method of strings. Also, the parallel app no longer needed to define its own template.

Also, should profileapp.py define a CrashHandler and specify:

contact_name = release.authors['Fernando'][0]
contact_email = release.authors['Fernando'][1]
bug_tracker = 'http://github.com/ipython/ipython/issues'

for the contact information? Presently, if you receive an import error during the creation of a profile (eg creating a parallel profile without having zeromq), then none of this information is set.

@fperez fperez closed this in 4903337 Jul 23, 2011
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants