From 65fbd618f6ea3f71699a8a03a0a2629c7f7040be Mon Sep 17 00:00:00 2001 From: Scott Zawalski Date: Mon, 1 Nov 2010 22:42:54 -0700 Subject: [PATCH] Add comma --- bin/cbuildbot_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cbuildbot_config.py b/bin/cbuildbot_config.py index 0f6aa1aebd..831ef06bd1 100644 --- a/bin/cbuildbot_config.py +++ b/bin/cbuildbot_config.py @@ -60,7 +60,7 @@ config['x86-mario-pre-flight-branch'] = { 'important' : False, 'unittests' : True, 'smoke_bvt' : True, - 'overlays': 'both' + 'overlays': 'both', } config['x86_agz_bin'] = { 'board' : 'x86-agz',