diff --git a/cecil/core/config.py b/cecil/core/config.py index 272bf42..1a3e6e1 100644 --- a/cecil/core/config.py +++ b/cecil/core/config.py @@ -66,7 +66,7 @@ def locate_config(paths, filenames): if os.path.exists(fp): try: fd = inifile.inifile(fp) - except None: + except SystemExit: fd = None return fd