mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
Correct evpath variable
This commit is contained in:
parent
72b3e18ee4
commit
3e4b8f5a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ ansi_clean = None
|
|||
if not _no_autodoc:
|
||||
# we must set up Evennia and its paths for autodocs to work
|
||||
|
||||
EV_ROOT = os.path.abspath(os.path.abspath(os.path.abspath(os.path.abspath(__file__)))) # os.environ.get("EVDIR")
|
||||
EV_ROOT = os.path.dirpath(os.path.dirpath(os.path.dirpath(os.path.abspath(__file__)))) # os.environ.get("EVDIR")
|
||||
GAME_DIR = os.environ.get("EVGAMEDIR")
|
||||
|
||||
if not (EV_ROOT and GAME_DIR):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue