Need to go one level up to reach project/root directory for listing purposes. 25/24325/1
authorlinux_geek <taseer94@gmail.com>
Mon, 14 Nov 2016 15:09:37 +0000 (20:09 +0500)
committerlinux_geek <taseer94@gmail.com>
Mon, 14 Nov 2016 15:16:05 +0000 (20:16 +0500)
JIRA: QTIP-154

Change-Id: Ia567a847beb86919ab7118bce54f0265d587c9ac
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
qtip/cli/helper.py

index a5865bc..acfecf8 100644 (file)
@@ -11,4 +11,4 @@ import os
 
 
 def fetch_root():
-    return os.path.join(os.path.dirname(__file__), os.pardir, 'benchmarks/')
+    return os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, 'benchmarks/')