]> git.baikalelectronics.ru Git - kernel.git/commit
diffconfig: Gracefully exit if the default config files are not present
authorMike Pagano <mpagano@gentoo.org>
Fri, 16 Aug 2013 18:40:56 +0000 (14:40 -0400)
committerMichal Marek <mmarek@suse.cz>
Mon, 19 Aug 2013 20:33:32 +0000 (22:33 +0200)
commit9cd7a89578b5bf544bef3033a548667c0c451a3c
treec030d050ac801da1f7f82ba4439e7e4577883531
parenta3734c46a4f97a1a7ed61e514fb0e4f64af2efac
diffconfig: Gracefully exit if the default config files are not present

Handle gracefully the instance where config files are not present.
Compatible with python versions 2.5, 2.6 and 2.7.
The try/except is forward compatible with python version 3 once the entire script is ported.

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/diffconfig