QATCH-Technologies / nanovisQ

Main repo of v2.6x software and firmware source code (trunk)
GNU General Public License v3.0
1 stars 0 forks source link

fixes #3 #10

Closed PaulMacNichol closed 2 weeks ago

PaulMacNichol commented 2 weeks ago

transient_err_flag introduced in line 436. If the string "[TRANSIENT]" appears in line[1] of the info_reply string, the flag is marked as true. Later, when the popup is displayed on line 542, the conditional has been modified such that if transient_err_flag is True, the lines on 543 are not ran.

PaulMacNichol commented 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

QATCH-Technologies commented 2 weeks ago

Looks good, merging and marking issue resolved!