Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot edit a recurring task , literally. #972

Closed
ndcast opened this issue Apr 20, 2023 · 2 comments
Closed

Cannot edit a recurring task , literally. #972

ndcast opened this issue Apr 20, 2023 · 2 comments

Comments

@ndcast
Copy link

ndcast commented Apr 20, 2023

Context: Global generic exception

Traceback (most recent call last):
  File "/snap/getting-things-gnome/7/usr/lib/python3/dist-packages/GTG/gtk/application.py", line 350, in edit_task
    self.browser.on_edit_active_task()
  File "/snap/getting-things-gnome/7/usr/lib/python3/dist-packages/GTG/gtk/browser/main_window.py", line 1059, in on_edit_active_task
    self.app.open_task(tid)
  File "/snap/getting-things-gnome/7/usr/lib/python3/dist-packages/GTG/gtk/application.py", line 553, in open_task
    editor = TaskEditor(requester=self.req, app=self, task=task,
  File "/snap/getting-things-gnome/7/usr/lib/python3/dist-packages/GTG/gtk/editor/editor.py", line 98, in __init__
    self.recurring_menu = RecurringMenu(self.req, task.tid, self.builder)
  File "/snap/getting-things-gnome/7/usr/lib/python3/dist-packages/GTG/gtk/editor/recurring_menu.py", line 45, in __init__
    self.update_header()
  File "/snap/getting-things-gnome/7/usr/lib/python3/dist-packages/GTG/gtk/editor/recurring_menu.py", line 121, in update_header
    month_day=self.task.get_recurring_updated_date().strftime('%d')))
AttributeError: 'Date' object has no attribute 'strftime'

Software versions:

  • Getting Things GNOME! v0.6-20-g55a1a624-dirty
  • CPython 3.8.10 (default, Nov 14 2022, 12:59:47) [GCC 9.4.0]
  • GTK 3.24.38, GLib 2.64.6
  • PyGLib 3.36.2, PyGObject 3.36.2
  • Linux-5.19.0-40-generic-x86_64-with-glibc2.29
@azmeuk
Copy link

azmeuk commented May 10, 2023

Looks like a duplicate of #870

@nekohayo
Copy link
Member

Indeed, duplicate of #870

@nekohayo nekohayo closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants