don't throw exception if get_partuuid failed
authorGui Chen <gui.chen@intel.com>
Tue, 22 Jan 2013 08:11:49 +0000 (16:11 +0800)
committerGui Chen <gui.chen@intel.com>
Tue, 22 Jan 2013 08:15:09 +0000 (16:15 +0800)
commit8dfcaab4214d0517f64c8710d3be5b0238df8df1
tree88dc4b0bdb4303e0709817a7e18a94ef60839ba4
parent47c684ff45b44fac80ac2a0c5d3a5189b3c70de0
don't throw exception if get_partuuid failed

this try except is not tricky, just make things
going on, if 'gpt' required, root_partuuid valued
None would throw an exception instead

Change-Id: I44a6ae70893eacef52f3cf1673b7c2e5bb21f141
Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/imager/raw.py