/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/application.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/application.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1873 by bh, Mon Oct 6 15:13:35 2003 UTC revision 1874 by bh, Mon Oct 27 17:36:49 2003 UTC
# Line 270  class ThubanApplication(wxApp, Publisher Line 270  class ThubanApplication(wxApp, Publisher
270          try:          try:
271              lines = traceback.format_exception(exc_type, exc_value,              lines = traceback.format_exception(exc_type, exc_value,
272                                              exc_traceback)                                              exc_traceback)
273              message = _("An unhandled exception occurred:\n%s\n") % exc_value+\              message = _("An unhandled exception occurred:\n%s\n"
274                      _("(please report to") +\                          "(please report to"
275                      " http://thuban.intevation.org/bugtracker.html)"\                          " http://thuban.intevation.org/bugtracker.html)"
276                      "\n\n\n"+\                          "\n\n%s") % (exc_value, "".join(lines))
                     "".join(lines)  
277              print message              print message
278    
279              # We don't use an explicit parent here because this method might              # We don't use an explicit parent here because this method might

Legend:
Removed from v.1873  
changed lines
  Added in v.1874

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26