2007-12-27 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/PluginUtils/_Options.py: Bug #1486, type error on option read svn: r9605
This commit is contained in:
		| @@ -1,3 +1,6 @@ | ||||
| 2007-12-27  Douglas S. Blank  <dblank@cs.brynmawr.edu> | ||||
| 	* src/PluginUtils/_Options.py: Bug #1486, type error on option read | ||||
|  | ||||
| 2007-12-27  Brian Matherly <brian@gramps-project.org> | ||||
| 	* src/ReportBase/_GraphvizReportDialog.py:  | ||||
| 	* src/plugins/GVRelGraph.py: fix thumbnail images and HTML output. | ||||
|   | ||||
| @@ -347,6 +347,8 @@ class OptionHandler: | ||||
|                 self.options_dict[option_name] = converter(options[option_name]) | ||||
|             except ValueError: | ||||
|                 pass | ||||
|             except TypeError: | ||||
|                 pass | ||||
|  | ||||
|         for option_name in bad_opts: | ||||
|             options.pop(option_name) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user