Follow-up Comment #3, bug #21119 (project mypaint):

Still can't replicate with a fresh session. Can you replicate it at all?

If so, did you try adding an except: clause to the try/finally block in
set_color_hsv(), and what were the consequences? It seems odd that we don't
have one, although it's clear that the intent is to make
begin_atomic()/end_atomic() pair up.

We could easily catch the exception, or return early if hsv is None. However I
suspect that if the hsv argument is None, it's caused by something else. A
stack trace doesn't really capture that breadth of information. Can you
provide any more information?

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?21119>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to