Skip to content

Commit

Permalink
Send email by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva Adirala committed Nov 1, 2018
1 parent e6f4cce commit 912026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotmetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 912026f

Please sign in to comment.