← Back to team overview

gtg-contributors team mailing list archive

[Bug 583048] Re: Crash when exporting tasks with export plugin

 

fixed in the liblarch_newbase branch. Marked as "in progress" as it's
not in trunk yet.

** Changed in: gtg
     Assignee: (unassigned) => Luca Invernizzi (invernizzi)

** Changed in: gtg
       Status: Confirmed => In Progress

-- 
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!: In Progress

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'