mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
More debugging
This commit is contained in:
parent
3d335b2670
commit
4d0e639735
1 changed files with 3 additions and 2 deletions
|
|
@ -203,15 +203,16 @@ if not _no_autodoc:
|
|||
|
||||
evennia._init()
|
||||
|
||||
print(f"evennia location: {evennia.__file__}")
|
||||
|
||||
from evennia.utils.ansi import strip_raw_ansi as ansi_clean
|
||||
try:
|
||||
from evennia.contrib import crafting # noqa
|
||||
except ImportError:
|
||||
print("--- NOT develop branch!")
|
||||
print(f"evennia location: {evennia.__file__}")
|
||||
else:
|
||||
print("--- Develop branch!")
|
||||
print(f"evennia location: {evennia.__file__}")
|
||||
print(f"crafting location: {evennia.contrib.crafting.__file__}")
|
||||
|
||||
|
||||
if _no_autodoc:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue