Fix typo in main.py

TrivialFix

Change-Id: I13b57badc51eb0afc09c81aceeeb1fceb6f6326c
This commit is contained in:
zhangyanxian 2016-12-16 02:44:21 +00:00
parent a8f2941a7f
commit 85f9420a7e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ exiting = False
def clean_exit(signum, frame=None):
"""Exit all processes attempting to finish uncommited active work before exit.
"""Exit all processes attempting to finish uncommitted active work before exit.
Can be called on an os signal or no zookeeper losing connection.
"""
global exiting