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) 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"""