More debugging
This commit is contained in:
parent
0dd6454036
commit
14fab39b55
1 changed files with 3 additions and 2 deletions
|
|
@ -203,15 +203,16 @@ if not _no_autodoc:
|
||||||
|
|
||||||
evennia._init()
|
evennia._init()
|
||||||
|
|
||||||
print(f"evennia location: {evennia.__file__}")
|
|
||||||
|
|
||||||
from evennia.utils.ansi import strip_raw_ansi as ansi_clean
|
from evennia.utils.ansi import strip_raw_ansi as ansi_clean
|
||||||
try:
|
try:
|
||||||
from evennia.contrib import crafting # noqa
|
from evennia.contrib import crafting # noqa
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("--- NOT develop branch!")
|
print("--- NOT develop branch!")
|
||||||
|
print(f"evennia location: {evennia.__file__}")
|
||||||
else:
|
else:
|
||||||
print("--- Develop branch!")
|
print("--- Develop branch!")
|
||||||
|
print(f"evennia location: {evennia.__file__}")
|
||||||
|
print(f"crafting location: {evennia.contrib.crafting.__file__}")
|
||||||
|
|
||||||
|
|
||||||
if _no_autodoc:
|
if _no_autodoc:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue