summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdoc/ws_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ws_main.py b/doc/ws_main.py
index d1a14050..237ea743 100755
--- a/doc/ws_main.py
+++ b/doc/ws_main.py
@@ -766,7 +766,7 @@ def get_sphinx_version(sphinx_path):
print('Error getting Sphinx version: %s' % e)
def get_trex_core_git():
- trex_core_git_path = os.path.join(os.getcwd(), os.pardir, "trex-core")
+ trex_core_git_path = os.path.abspath(os.path.join(os.getcwd(), os.pardir))
if not os.path.isdir(trex_core_git_path):
trex_core_git_path = os.getenv('TREX_CORE_GIT', None)
return trex_core_git_path