Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
42cbcd2
)
Need to go one level up to reach project/root directory for listing purposes.
25/24325/1
author
linux_geek
<taseer94@gmail.com>
Mon, 14 Nov 2016 15:09:37 +0000
(20:09 +0500)
committer
linux_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
patch
|
blob
|
history
diff --git
a/qtip/cli/helper.py
b/qtip/cli/helper.py
index
a5865bc
..
acfecf8
100644
(file)
--- a/
qtip/cli/helper.py
+++ b/
qtip/cli/helper.py
@@
-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/')