tag 794899 fixed-upstream patch thanks > File "/usr/lib/python2.7/dist-packages/lazygal/sourcetree.py", line 377, in > latest_media_stamp > media_stamp = time.mktime(m.get_mtime().timetuple()) > AttributeError: 'float' object has no attribute 'timetuple' > > It can be easily reproduce with some icons installed. For example with icons > coming from xterm, vim-common, mame, emacs24-common packages. > The command that fails: > $ lazygal --check-all-dirs --subgal-sort-by=exif --clean-destination -o > /tmp/out /usr/share/icons/hicolor/48x48/ > > A patch that addresses this issue is attached.
Thanks a lot, unfortunately your patch does not fix the issue (at least in the development version, not sur about 0.8.7), timestamp is a function, not a property. The following patch adresses the problem : http://sousmonlit.zincube.net/~niol/repositories.hg/lazygal/rev/0bc67dd62467 Thanks a lot for reporting. Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org