fix: finally section in conf

This commit is contained in:
adobdin 2016-04-12 01:41:19 +00:00
parent 417c78a15d
commit 9ebe86efdb

View File

@ -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__':