In attempting to follow the tutorial and create "abilities" I keep getting this error:
reload
Server restart initiated ...
Traceback (most recent call last):
File "/home/thehaven/haven/evennia/evennia/commands/cmdsethandler.py", line 179, in import_cmdset
module = import_module(modpath, package="evennia")
File "/home/thehaven/.asdf/installs/python/3.7.5/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 724, in exec_module
File "<frozen importlib._bootstrap_external>", line 860, in get_code
File "<frozen importlib._bootstrap_external>", line 791, in source_to_code
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "./commands/default_cmdsets.py", line 99
from commands.command import CmdAbilities
^
IndentationError: unindent does not match any outer indentation level
SyntaxError encountered when loading cmdset 'commands.default_cmdsets.SessionCmdSet'.
(Traceback was logged 19-11-30 02:54:15)
Error encountered for cmdset at path 'commands.default_cmdsets.SessionCmdSet'.
Replacing with fallback 'evennia.commands.default.cmdset_session.SessionCmdSet'.
... Server restarted.