Removed the unneeded exit from the cleanup function

This commit is contained in:
seiichiro 2012-08-29 10:35:10 +02:00
parent 05ef2a0f8c
commit b60e8edf7a

View file

@ -264,7 +264,6 @@ def cleanup():
os.remove(afifo)
if (vfifo != None):
os.remove(vfifo)
os._exit(0)
def usage():
"""Print avaiable commandline arguments"""