Fix typo.

Change-Id: I01a1762fe449e02ff80a5ea7a3ee1c529e5da902
This commit is contained in:
Ying Wang 2014-02-05 12:15:06 -08:00
parent d89ffa8623
commit 64a55babf2
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir,
fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
data = BuildBootableImage(os.path.join(unpack_dir, tree_subdir),
os.path.join(unpack_dir, fs_config),
info_dict))
info_dict)
if data:
return File(name, data)
return None