Lines Matching +full:- +full:e
45 except Exception as e:
46 ModuleHelper.WriteIntoDebugLogger('OT_Sniffer: [initialize] --> ' + str(e))
51 …p_discover = subprocess.Popen('extcap_ot.bat --extcap-interfaces', stdout=subprocess.PIPE, shell=T…
55 # e.g. interface {value=COM10:460800}{display=OpenThread Sniffer COM10}
58 except Exception as e:
59 … ModuleHelper.WriteIntoDebugLogger('OT_Sniffer: [discoverSniffer] --> Error: ' + str(e))
67 …given location. Capture should happen in background so that method call will be non-blocking and a…
75 'py -3 -c "import sys; print(sys.executable)"',
79 # python_exe: e.g. C:\Python37\python.exe
83 # sniffer_py: e.g. C:\Python37\Scripts\sniffer.py
89 '-c',
91 '-u',
93 '-b',
95 '--crc',
96 '-o',
100 ModuleHelper.WriteIntoDebugLogger('OT_Sniffer: [cmd] --> %s' % str(cmd))
103 except Exception as e:
104 ModuleHelper.WriteIntoDebugLogger('OT_Sniffer: [startSniffer] --> Error: ' + str(e))