Removed the unneeded exit from the cleanup function
This commit is contained in:
parent
05ef2a0f8c
commit
b60e8edf7a
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@ def cleanup():
|
||||||
os.remove(afifo)
|
os.remove(afifo)
|
||||||
if (vfifo != None):
|
if (vfifo != None):
|
||||||
os.remove(vfifo)
|
os.remove(vfifo)
|
||||||
os._exit(0)
|
|
||||||
|
|
||||||
def usage():
|
def usage():
|
||||||
"""Print avaiable commandline arguments"""
|
"""Print avaiable commandline arguments"""
|
||||||
|
|
Loading…
Reference in a new issue