diff options
Diffstat (limited to 'func')
-rw-r--r-- | func/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/func/cli.py b/func/cli.py index a99e9d0f..03a5cc69 100644 --- a/func/cli.py +++ b/func/cli.py @@ -103,5 +103,5 @@ class cli(): benchmark_details, obj.ip_pw_dict.items()) else: - print (args.benchmark, ' is not a Template in the Directory - \ + print (benchmarks[items], ' is not a Template in the Directory - \ Enter a Valid file name. or use qtip.py -h for list') |