Skip to content

Commit

Permalink
I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
atzlt committed Dec 14, 2022
1 parent 7ebbbff commit e9e3139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ test/
dist-*/
build/
assets/
run-miled.spec
miled.spec
pyinstaller-build
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def try_run(code: str):
except Exception as IE:
print("Cannot run program, an error occurred:")
print(IE)
print("near: \"" + str(itpr.tokens[itpr.i].value) + "\" at word #" + str(itpr.i))
print("near: " + str(itpr.tokens[itpr.i].value) + ", at word #" + str(itpr.i))
print("Check your code. If you confirm there shouldn't be any problem, report an issue.")


Expand Down

0 comments on commit e9e3139

Please sign in to comment.