mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
More debug output
This commit is contained in:
parent
e8302f46d3
commit
f9a736ef1d
1 changed files with 2 additions and 0 deletions
|
|
@ -185,6 +185,8 @@ if not _no_autodoc:
|
|||
|
||||
sys.path.insert(1, EV_ROOT)
|
||||
|
||||
print(f"sys.path: {sys.path}")
|
||||
|
||||
with cd(EV_ROOT):
|
||||
# set up Evennia so its sources can be parsed
|
||||
os.environ["DJANGO_SETTINGS_MODULE"] = "evennia.settings_default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue