← Back to team overview

zim-wiki team mailing list archive

Fwd: found a bug in 0.65

 

---------- Forwarded message ----------
From: Gergely K. <pihentagy@xxxxxxxxx>
Date: Tue, Apr 11, 2017 at 9:15 AM
Subject: found a bug in 0.65
To: zim-wiki@xxxxxxxxxxxxxxxxxxx


Hi all!

Is it a known issue?

thanks
Gergo

This is zim 0.65
Platform: posix
Locale: en_US UTF-8
FS encoding: UTF-8
Python: (2, 7, 12, 'final', 0)
Gtk: (2, 24, 30)
Pygtk: (2, 24, 0)
Zim revision is:
  branch: zim-trunk
  revision: 805 jaap.karssenberg@xxxxxxxxx-20151101144245-0g7s8a7qjt5xu1d0
  date: 2015-11-01 15:42:45 +0100

======= Traceback =======
  File "/usr/lib/python2.7/dist-packages/zim/gui/__init__.py", line 885, in
_action_handler
    method(*arg)
  File "/usr/lib/python2.7/dist-packages/zim/gui/__init__.py", line 1716,
in delete_page
    self.notebook.trash_page(path, update_links, callback)
  File "/usr/lib/python2.7/dist-packages/zim/notebook.py", line 1767, in
trash_page
    return self._delete_page(path, update_links, callback, trash=True)
  File "/usr/lib/python2.7/dist-packages/zim/notebook.py", line 1795, in
_delete_page
    self.flush_page_cache(path)
  File "/usr/lib/python2.7/dist-packages/zim/notebook.py", line 1395, in
flush_page_cache
    assert not page.modified, 'BUG: Flushing page with unsaved changes'
AssertionError: BUG: Flushing page with unsaved changes