MightyCreak / diffuse

Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.
http://mightycreak.github.io/diffuse/
GNU General Public License v2.0
268 stars 45 forks source link

simple call ends with traceback #218

Closed Pfiffikus closed 9 months ago

Pfiffikus commented 10 months ago
flatpak run io.github.mightycreak.Diffuse -v
Diffuse 0.8.2
Urheberrecht © 2006-2019 Derrick Moser
Urheberrecht © 2015-2023 Romain Failliot
Traceback (most recent call last):
  File "/app/share/diffuse/diffuse/main.py", line 372, in on_shutdown
    self.window.save_state(self.statepath)
AttributeError: 'NoneType' object has no attribute 'save_state'

Although all requested information is given, the traceback is dispensable.

MightyCreak commented 9 months ago

I think it's been fixed with #216

I'll close this issue, but please re-open it if it reappears in the next release (probably something like 0.9.0).