When I try to run this: `python encoder.py -h ./image.bmp ./output.jpg` it gives me this error: ` File "encoder.py", line 60 os.path.dirname(filepath))) from e ^ SyntaxError: invalid syntax`
When I try to run this:
python encoder.py -h ./image.bmp ./output.jpgit gives me this error:
File "encoder.py", line 60 os.path.dirname(filepath))) from e ^ SyntaxError: invalid syntax