From 38a5d04c8c268f9cc85aa2fdd544ea5a9bc5805a Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Mon, 21 May 2007 13:32:57 +0200 Subject: [PATCH] - Fix to the reverter. --- gui/Gui/Scytherthread.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gui/Gui/Scytherthread.py b/gui/Gui/Scytherthread.py index 25d61f4..832c8dc 100644 --- a/gui/Gui/Scytherthread.py +++ b/gui/Gui/Scytherthread.py @@ -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