From fa7f3845f07b79189e935aa0e57f85cbc5454f68 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Mon, 19 May 2014 14:42:38 -0700 Subject: [PATCH] Ensure mergeprop instantiation failures are not fatal Instead of re-raising on a failure to create a MergeProp instantiation only log. This prevents a failure (due to malformed review data) from causing the reviewday report to become stale. Change-Id: Ife8d11579004564547402260514caa012ec7fa4a Closes-Bug: 1321015 --- bin/reviewday | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/reviewday b/bin/reviewday index bad33bb..28291ab 100755 --- a/bin/reviewday +++ b/bin/reviewday @@ -74,7 +74,6 @@ for project in PROJECTS: projects[project].append(mp) except: print 'Error creating merge prop %s' % review - raise dts = str(datetime.utcnow())[0:19] name_space = {"projects": projects, "dts": dts}