From e5f9b4986007c94eb5be4c7a8761b727f32a5106 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 23 Sep 2013 12:11:20 -0700 Subject: [PATCH] Remove black list of graph flow Graph flow is operational again, remove it from being blacklisted. Change-Id: I86daa783816a554b4304a887fa119c530cd20326 --- update.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.py b/update.py index 6e62fefd..189b1a57 100755 --- a/update.py +++ b/update.py @@ -101,8 +101,7 @@ BASE_CONF = '%s.conf' % (BASE_MOD) MACHINE_GENERATED = ('# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE ' 'OVERWRITTEN', '') -# FIXME(harlowja): remove these after bugs #1221448 and #1221505 are fixed -BLACK_LISTED = ('graph_flow',) +BLACK_LISTED = () def _parse_args(argv):