Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 396120 Details for
Bug 371324
app-misc/gramps-3.3 and 4.0 series improvements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
print errors patch
gramps-4.1.1-print-guiplug-error.patch (text/plain), 635 bytes, created by
Sven Wehner
on 2015-02-10 18:30:24 UTC
(
hide
)
Description:
print errors patch
Filename:
MIME Type:
Creator:
Sven Wehner
Created:
2015-02-10 18:30:24 UTC
Size:
635 bytes
patch
obsolete
>diff -ur gramps-4.1.1/gramps/gui/plug/__init__.py gramps-4.1.1_new/gramps/gui/plug/__init__.py >--- gramps-4.1.1/gramps/gui/plug/__init__.py 2014-10-24 15:48:15.000000000 +0200 >+++ gramps-4.1.1_new/gramps/gui/plug/__init__.py 2015-02-10 11:44:46.317074747 +0100 >@@ -31,7 +31,10 @@ > from ._guioptions import make_gui_option, add_gui_options > from ._dialogs import ReportPluginDialog, ToolPluginDialog > from . import _windows as PluginWindows >-except TypeError: # No GUI >+except TypeError as e: # No GUI >+ import traceback >+ print e >+ print traceback.format_exc() > pass > > from gramps.gen.plug import MenuOptions
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 371324
:
276846
|
276850
|
276852
|
394388
|
394390
|
396120
|
396122
|
396246
|
396258
|
397336
|
397340
|
416256
|
428688
|
448842