BBaoVanC/NameGenerator

Classic generator FileNotFoundError

BBaoVanC opened this issue · 0 comments

The code that requires and opens the word list hasn't been updated to libnamegen. It is still set to generators.

Traceback (most recent call last):
  File "namegen.py", line 83, in <module>
    usernames = args["method"].gen(count=args["amt"], debug=args["debug"])
  File "/home/travis/build/BBaoVanC/NameGenerator/libnamegen/classic.py", line 36, in gen
    with open("generators/desiquintans.com_nounlist.txt") as f:  # open file
FileNotFoundError: [Errno 2] No such file or directory: 'generators/desiquintans.com_nounlist.txt'