mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 04:57:16 +02:00
Fixed the strange login error reported in issue103.
This commit is contained in:
parent
a2291953f2
commit
c4128e4656
2 changed files with 10 additions and 5 deletions
|
|
@ -88,8 +88,7 @@ def import_cmdset(python_path, cmdsetobj, emit_to_obj=None, no_logging=False):
|
|||
|
||||
try:
|
||||
try:
|
||||
wanted_cache_key = python_path
|
||||
print "inport cmdsets: cache=", CACHED_CMDSETS
|
||||
wanted_cache_key = python_path
|
||||
cmdsetclass = CACHED_CMDSETS.get(wanted_cache_key, None)
|
||||
errstring = ""
|
||||
if not cmdsetclass:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue