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)
|
||||
if (vfifo != None):
|
||||
os.remove(vfifo)
|
||||
os._exit(0)
|
||||
|
||||
def usage():
|
||||
"""Print avaiable commandline arguments"""
|
||||
|
|
Loading…
Reference in a new issue