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
This commit is contained in:
Morgan Fainberg 2014-05-19 14:42:38 -07:00
parent 4a6dc9b4f9
commit fa7f3845f0
1 changed files with 0 additions and 1 deletions

View File

@ -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}