tools/ccfg-merge-debug: fix for updated user-data/vendor-data

this was broken previously when user-data and vender-data were
brought together.
This commit is contained in:
Scott Moser 2014-12-09 10:47:05 -05:00
parent b1462e1943
commit d90bfd6268

View File

@ -48,7 +48,7 @@ def main():
ccph.cloud_fn = outfile
c_handlers = helpers.ContentHandlers()
c_handlers.register_defaults([ccph])
c_handlers.register(ccph)
called = []
for (_ctype, mod) in c_handlers.iteritems():
@ -69,6 +69,7 @@ def main():
# to help write there contents to files with numbered
# names...
'handlercount': 0,
'excluded': [],
}
handlers.walk(user_data_msg, handlers.walker_callback, data=part_data)