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
Traceback (most recent call last):
File "/mnt/c/Users/niels/Documents/Projects/glide/init.py", line 97, in <module>
process_file(
File "/mnt/c/Users/niels/Documents/Projects/glide/init.py", line 10, in process_file
f = open(str(file_path), "r")
FileNotFoundError: [Errno 2] No such file or directory: 'src/main/resources/data/MODNAME/games/standard.json'
This happens both on Windows and WSL. I think a possible cause is that during the update to 1.21, the games data path was replaced with plasmid/game, and while the file was moved properly, the script still expected the old file position.
The text was updated successfully, but these errors were encountered:
When running the script, I get the error:
This happens both on Windows and WSL. I think a possible cause is that during the update to 1.21, the
games
data path was replaced withplasmid/game
, and while the file was moved properly, the script still expected the old file position.The text was updated successfully, but these errors were encountered: