Synchronising MPA branch with compromise branch where possible.

This commit is contained in:
Cas Cremers
2012-04-25 17:03:51 +02:00
parent 19359f9ba9
commit 9b0915441f
19 changed files with 54 additions and 105 deletions

View File

@@ -134,6 +134,7 @@ def makeImageDot(dotdata,attackthread=None):
# execute command
p = Popen(cmd, shell=True, stdin=PIPE, stdout=PIPE)
if attackthread:
writeGraph(attackthread,dotdata,p.stdin)
else: