fix: finally section in conf
This commit is contained in:
parent
417c78a15d
commit
9ebe86efdb
@ -49,9 +49,6 @@ class Conf(object):
|
||||
except:
|
||||
logging.error("load_conf: Unexpected error: %s" % sys.exc_info()[0])
|
||||
sys.exit(1)
|
||||
finally:
|
||||
logging.error("load_conf: exiting...")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
x
Reference in New Issue
Block a user