JetJadeja / Tanzine

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

Python Error Not Covered By Parser: (FileNotFoundError: [Errno 2] No such file or directory: 'test.tzn') #22

Open Tater-Bot opened 4 years ago

Tater-Bot commented 4 years ago

A Python error occurred when running this Tanzine: https://discordapp.com/channels/731302554784235520/731326521418973265/732636456643854367

Tanzine Code:

@ADD@ 'test.tzn'

Python Error:

Traceback (most recent call last):
  File "/root/tanzine-bot/tokens.py", line 463, in read_ext
    open(file_name).close()
FileNotFoundError: [Errno 2] No such file or directory: 'test.tzn'