...
FPU present: FPv4-SP
4 hardware watchpoints
6 hardware breakpoints, 4 literal comparators
Exception in thread Thread-10:
Traceback (most recent call last):
File "threading.py", line 932, in _bootstrap_inner
File "threading.py", line 1254, in run
File "ubittool\cmds.py", line 188, in <lambda>
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\[removed]\\AppData\\Local\\Temp\\tmp18wfnz_b.html'
So it can't forcefully remove the temp file because it is being used by a different process (the browser most likely).
This is not much of a problem as the file was created in a temp folder.
On Windows:
So it can't forcefully remove the temp file because it is being used by a different process (the browser most likely).
This is not much of a problem as the file was created in a temp folder.