Closed PaulMacNichol closed 2 weeks ago
Updated to have a counter instead. While counter is <= 1, display the message, otherwise, ignore and continue.
Merge conflicts in __main__.py
and Analyze.py
are artifacts from the PYTHONW.exe hackery
Looks good, merging and marking issue resolved!
transient_err_flag
introduced in line 436. If the string "[TRANSIENT]" appears inline[1]
of theinfo_reply
string, the flag is marked as true. Later, when the popup is displayed on line 542, the conditional has been modified such that iftransient_err_flag
isTrue
, the lines on 543 are not ran.