moved nice_exit() back into util.py (Issue #647)
This commit is contained in:
@@ -68,4 +68,4 @@ def check_c_overviewer():
|
||||
if not sys.argv[0].endswith("setup.py"):
|
||||
ret = check_c_overviewer()
|
||||
if ret > 0:
|
||||
util.exit(ret)
|
||||
util.nice_exit(ret)
|
||||
|
||||
Reference in New Issue
Block a user