aboutsummaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorMofassir <Mofassir_arif@Dellteam.com>2016-01-11 04:23:14 -0800
committerNauman Ahad <Nauman_Ahad@dell.com>2016-01-14 11:55:58 +0000
commit371c8f05ce0c78ba428ef0d0b21228f5e869ac02 (patch)
tree602df85cb8ac89897cf80502af318fd9f74717eb /func
parente6714fc90f92dce02925d305a290f57ccf5578d0 (diff)
Updated the code to accept compute instead of compute.txt
Change-Id: I06ce77e04db0e1c7d7de6c16b3a876740099e5ae Signed-off-by: Mofassir <Mofassir_arif@Dellteam.com> (cherry picked from commit 3ba92560b96e59a4e93a03f2e42a000778536905)
Diffstat (limited to 'func')
-rw-r--r--func/cli.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/func/cli.py b/func/cli.py
index 833e3740..8433e483 100644
--- a/func/cli.py
+++ b/func/cli.py
@@ -24,9 +24,9 @@ class cli():
_benchmarks[items]=_benchmarks[items].rstrip()
return _benchmarks
def _getsuite(self, filepath):
- for suites in range (len(filepath)):
- xindex= filepath[suites].find('.')
- filepath[suites]=filepath[suites][0:xindex]
+# for suites in range (len(filepath)):
+ # xindex= filepath[suites].find('.')
+ # filepath[suites]=filepath[suites][0:xindex]
return filepath
def __init__(self):
@@ -63,4 +63,4 @@ class cli():
else:
print (args.benchmark, ' is not a Template in the Directory - \
Enter a Valid file name. or use qtip.py -h for list')
- \ No newline at end of file
+