Hi,
i get this error when i run the script:
Traceback (most recent call last): File "hrm.py", line 178, in <module> raw_test() File "hrm.py", line 141, in raw_test if found_option: UnboundLocalError: local variable 'found_option' referenced before assignment
Any ideas what might be wrong?
Running Python 6.3.4 and installed pywinusb with pip.
Regards.
Hi,
i get this error when i run the script:
Traceback (most recent call last): File "hrm.py", line 178, in <module> raw_test() File "hrm.py", line 141, in raw_test if found_option: UnboundLocalError: local variable 'found_option' referenced before assignmentAny ideas what might be wrong?
Running Python 6.3.4 and installed pywinusb with pip.
Regards.