commit | 6bf2e84b8cebc4c53bf44343ed4e9b88aa73e34d | [log] [tgz] |
---|---|---|
author | Mike Pagano <mpagano@gentoo.org> | Fri Aug 16 14:40:56 2013 -0400 |
committer | Michal Marek <mmarek@suse.cz> | Mon Aug 19 22:33:32 2013 +0200 |
tree | c030d050ac801da1f7f82ba4439e7e4577883531 | |
parent | 11097a0367e48954ecf616f9b0df48d86835dd0d [diff] |
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>