We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Click on the "Closed on" date picker of a closed task.
Not sure why the bug report says GTG 0.6 - this is on 13870dd (master from April).
Context: Global generic exception
Traceback (most recent call last): File "/home/kguillaumond/src/gtg/.local_build/install/lib/python3/dist-packages/GTG/gtk/editor/editor.py", line 292, in show_popover_closed gtime = GLib.DateTime.new_local(closed_date.year, closed_date.month, closed_date.day, 0, 0, 0) ^^^^^^^^^^^^^^^^ AttributeError: 'Date' object has no attribute 'year'
GTG: 0.6.0-13870ddc Flatpak: False Snap: False Display Name: wayland-0 Desktop: GNOME
lxml: True caldav: False liblarch: False Cheetah3: False dbus-python: True pdflatex: False pypdftk: False
OS: Debian GNU/Linux 12 (bookworm) Python: CPython 3.11.2 GLib: 2.74.4 PyGLib: 3.42.2 PyGObject: 3.42.2 GTK: 4.3.8
The text was updated successfully, but these errors were encountered:
Happens for me also using the version listed in #1115 Commit: c501ff8
GTG (Getting Things GNOME!) 0.6.0 Using python 3.12.4 (main, Jun 12 2024, 20:41:30) [GCC 14.1.1 20240516]
Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/GTG/gtk/editor/editor.py", line 871, in on_window_focus_change self.show_popover_closed() File "/usr/lib/python3.12/site-packages/GTG/gtk/editor/editor.py", line 291, in show_popover_closed gtime = GLib.DateTime.new_local(closed_date.year, closed_date.month, closed_date.day, 0, 0, 0) ^^^^^^^^^^^^^^^^ AttributeError: 'Date' object has no attribute 'year'
Sorry, something went wrong.
Use the appropriate type of date in show_popover_closed
1266843
Fixes GitHub issue getting-things-gnome#1116
show_popover_closed
cc997f6
Fixes GitHub issue #1116
Looks like GH didn't get the "fix" keyword, closing this manually then
No branches or pull requests
Click on the "Closed on" date picker of a closed task.
Not sure why the bug report says GTG 0.6 - this is on 13870dd (master from April).
Context: Global generic exception
GTG: 0.6.0-13870ddc
Flatpak: False
Snap: False
Display Name: wayland-0
Desktop: GNOME
lxml: True
caldav: False
liblarch: False
Cheetah3: False
dbus-python: True
pdflatex: False
pypdftk: False
OS: Debian GNU/Linux 12 (bookworm)
Python: CPython 3.11.2
GLib: 2.74.4
PyGLib: 3.42.2
PyGObject: 3.42.2
GTK: 4.3.8
The text was updated successfully, but these errors were encountered: