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 1f3e96f2..76e0e19a 100644 --- a/func/cli.py +++ b/func/cli.py @@ -104,5 +104,5 @@ class cli(): obj.ip_pw_dict.items(), proxy_info) 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') |