- Fix to the reverter.

This commit is contained in:
Cas Cremers 2007-05-21 13:32:57 +02:00
parent 38f1bffcef
commit 38a5d04c8c

View File

@ -227,13 +227,6 @@ class AttackThread(threading.Thread):
f.flush()
f.close()
cmd = ["dot","-T %s" % type, "-o %s" % fpname2, fpname3 ]
# execute command
# Start the process
safeCommand(cmdlist)
# if this is done, store and report
attack.filetype = type
attack.file = fpname2 # this is where the file name is stored