Merge "Ensure mergeprop instantiation failures are not fatal"

This commit is contained in:
Jenkins 2014-05-21 16:59:21 +00:00 committed by Gerrit Code Review
commit 1806d3f463
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}