wmetryka/fusee-monitor

invalid syntax

almanzarj opened this issue · 0 comments

syntax error

Hi - I was testing the command in an alpine linux environment and ran into the below syntax error for fusee-monitor.py. I have requirements and python3 installed.

Thanks!

fusee-gelee:~# sudo python ./fusee-monitor/fusee-monitor.py fusee-primary.bin
File "./fusee-monitor/fusee-monitor.py", line 398
def ioctl(self, driver_handle: ctypes.c_void_p, ioctl_code: ctypes.c_ulong, input_bytes: ctypes.c_void_p, input_bytes_count: ctypes.c_size_t, output_bytes: ctypes.c_void_p, output_bytes_count: ctypes.c_size_t):
^
SyntaxError: invalid syntax