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 "/content/universe-generator/generator.py", line 124, in
timeCounters = generatePlanetProfile(planetName, planetAge)
File "/content/universe-generator/generator.py", line 70, in generatePlanetProfile
description = genlib.getLandDescriptor()
File "/content/universe-generator/genlib.py", line 214, in getLandDescriptor
adjectives = open('planet_adjectives.dat')
FileNotFoundError: [Errno 2] No such file or directory: 'planet_adjectives.dat'
love it thx
i play in google colab
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/content/universe-generator/generator.py", line 124, in
timeCounters = generatePlanetProfile(planetName, planetAge)
File "/content/universe-generator/generator.py", line 70, in generatePlanetProfile
description = genlib.getLandDescriptor()
File "/content/universe-generator/genlib.py", line 214, in getLandDescriptor
adjectives = open('planet_adjectives.dat')
FileNotFoundError: [Errno 2] No such file or directory: 'planet_adjectives.dat'
love it thx
i play in google colab
The text was updated successfully, but these errors were encountered: