From 912026fc4870a929d34c9ccc9a447575a201ddf7 Mon Sep 17 00:00:00 2001 From: Shiva Adirala Date: Thu, 1 Nov 2018 11:00:04 +0530 Subject: [PATCH] Send email by default --- robotmetrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robotmetrics.py b/robotmetrics.py index e1a645d..fa15378 100644 --- a/robotmetrics.py +++ b/robotmetrics.py @@ -80,7 +80,7 @@ def getopts(argv): if '-email' in myargs: send_email = myargs['-email'][0] else: - send_email = True + send_email = 'true' mtTime = datetime.now().strftime('%Y%m%d-%H%M%S') # Output result file location