|
From: John H. <jdh...@ac...> - 2004-11-02 18:58:37
|
>>>>> "Jochen" == Jochen Voss <vo...@se...> writes:
Jochen> Then the recent change to error_msg_template should be
Jochen> reverted, shouldn't it?
I don't know why is was changed (or what it was before). I just
checked in
def error_msg_template(msg, *args):
"""
Signal an error condition.
- in a GUI backend, popup a error dialog.
- in a non-GUI backend delete this function and use
'from matplotlib.backend_bases import error_msg'
"""
verbose.report_error(msg)
raise SystemExist
All opposed, say Nay!
JDH
|