Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.38 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/darren/evennia/evennia/commands/cmdhandler.py", line 631, in _run_command
  3.     ret = cmd.func()
  4.   File "./commands/kinks.py", line 74, in func
  5.     table.add_row(*s[i])
  6.   File "/home/darren/evennia/evennia/utils/evtable.py", line 1644, in add_row
  7.     row.extend(["" for _ in range(abs(excess))])
  8. MemoryError
  9.  
  10. An untrapped error occurred.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement