Cameron Simpson writes:
> On 28Jun2019 12:17, Cecil Westerhof wrote:
>>Chris Angelico writes:
>>> On Fri, Jun 28, 2019 at 7:33 PM Cecil Westerhof wrote:
I have a tkinter program where I have a function generate_report
which
in a try block calls the function append_row. This func
On 28Jun2019 12:17, Cecil Westerhof wrote:
Chris Angelico writes:
On Fri, Jun 28, 2019 at 7:33 PM Cecil Westerhof wrote:
I have a tkinter program where I have a function generate_report
which
in a try block calls the function append_row. This function has also a
try block. When they get an
Chris Angelico writes:
> On Fri, Jun 28, 2019 at 7:33 PM Cecil Westerhof wrote:
>>
>> I have a tkinter program where I have a function generate_report which
>> in a try block calls the function append_row. This function has also a
>> try block. When they get an exception they give message. But w
On Fri, Jun 28, 2019 at 7:33 PM Cecil Westerhof wrote:
>
> I have a tkinter program where I have a function generate_report which
> in a try block calls the function append_row. This function has also a
> try block. When they get an exception they give message. But when
> append_row has already gi
I have a tkinter program where I have a function generate_report which
in a try block calls the function append_row. This function has also a
try block. When they get an exception they give message. But when
append_row has already given a message then generate_report should
not. To implement this I