JetJadeja / Tanzine

A Programming Language Interpreted in Python.
MIT License
6 stars 0 forks source link

[IndexError: string index out of range]: Python Error Not Covered By Parser #10

Closed Tater-Bot closed 4 years ago

Tater-Bot commented 4 years ago

A Python error occurred when running this Tanzine: https://discordapp.com/channels/731302554784235520/731734335824330842/732081011285950505 Tanzine Code:

@RUN@ (,\)

Python Error:

Traceback (most recent call last):
  File "run.py", line 10, in <module>
    parser.Parse()
  File "/Users/benmayer/Desktop/tanzine-bot/tokens.py", line 276, in Parse
    if func[0] == '@':
IndexError: string index out of range