victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 410 forks source link

PyCompileError: Sorry: IndentationError: unexpected indent (m.py, line 6) #118

Open l333wang opened 6 years ago

l333wang commented 6 years ago

[root@localhost smop]# python main.py m.m Traceback (most recent call last): File "main.py", line 98, in main py_compile.compile(f,doraise=True) File "/usr/lib64/python2.7/py_compile.py", line 117, in compile raise py_exc PyCompileError: Sorry: IndentationError: unexpected indent (m.py, line 6) Errors: 1

victorlei commented 6 years ago

Please submit m.m file