Merge "move sys.exit out of try finally block in set_config.py file"
This commit is contained in:
commit
53bc43b20b
@ -305,5 +305,4 @@ if __name__ == "__main__":
|
|||||||
except Exception:
|
except Exception:
|
||||||
exit_code = 1
|
exit_code = 1
|
||||||
LOG.exception('Unexpected error:')
|
LOG.exception('Unexpected error:')
|
||||||
finally:
|
sys.exit(exit_code)
|
||||||
sys.exit(exit_code)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user