diff options
Diffstat (limited to 'func/cli.py')
-rw-r--r-- | func/cli.py | 8 |
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 + |