gtg-contributors team mailing list archive
-
gtg-contributors team
-
Mailing list archive
-
Message #00360
[Bug 583048] Re: Crash when exporting tasks with export plugin
** Changed in: gtg
Status: In Progress => Fix Committed
--
Crash when exporting tasks with export plugin
https://bugs.launchpad.net/bugs/583048
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: Fix Committed
Bug description:
Steps to reproduce...
1. Enable export plugin
2. Plugins -> Export
3. Click open
-> crash
Traceback (most recent call last):
File "/home/bryce/src/gtg/gtg-756/GTG/plugins/export/export.py", line 322, in on_export_open
if not self.export_execute_with_ui():
File "/home/bryce/src/gtg/gtg-756/GTG/plugins/export/export.py", line 305, in export_execute_with_ui
if not step[0]():
File "/home/bryce/src/gtg/gtg-756/GTG/plugins/export/export.py", line 265, in export_generate
model = self.plugin_api.get_ctask_modelsort()
AttributeError: PluginAPI instance has no attribute 'get_ctask_modelsort'