You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
The unknown file is the file that I was currently working in and trying to run the simulation from inline
Traceback (most recent call last):
File "/Applications/LightTable.app/Contents/Resources/app/plugins/Python/py-src/ltmain.py", line 162, in handleEval
toExec.append(handlePos(code, data[2]["pos"]))
File "/Applications/LightTable.app/Contents/Resources/app/plugins/Python/py-src/ltmain.py", line 125, in handlePos
a = ast.parse(string)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ast.py", line 37, in parse
return compile(source, filename, mode, PyCF_ONLY_AST)
File "", line 57
for i in range(0, )
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
From LightTable/LightTable#2122:
The unknown file is the file that I was currently working in and trying to run the simulation from inline
Traceback (most recent call last):
File "/Applications/LightTable.app/Contents/Resources/app/plugins/Python/py-src/ltmain.py", line 162, in handleEval
toExec.append(handlePos(code, data[2]["pos"]))
File "/Applications/LightTable.app/Contents/Resources/app/plugins/Python/py-src/ltmain.py", line 125, in handlePos
a = ast.parse(string)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ast.py", line 37, in parse
return compile(source, filename, mode, PyCF_ONLY_AST)
File "", line 57
for i in range(0, )
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: