From 7b492744d5e1277c6909660d1c81b54906f84087 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 9 Nov 2016 12:12:46 -0800 Subject: [PATCH] Fix to email field back to group --- regress_daemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress_daemon.py b/regress_daemon.py index d2ea8d16..b60e4687 100755 --- a/regress_daemon.py +++ b/regress_daemon.py @@ -15,8 +15,8 @@ import datetime USER = getpass.getuser() -#TO_FIELD = "openram@soe.ucsc.edu" -TO_FIELD = "mrg@ucsc.edu" +TO_FIELD = "openram@soe.ucsc.edu" +#TO_FIELD = "mrg@ucsc.edu" #TO_FIELD = "bchen12@ucsc.edu" FROM_FIELD = USER+"@ucsc.edu"