izar / pytm

A Pythonic framework for threat modeling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creation of example seq diagram fails.

thneumann opened this issue · comments

Hi, I just pulled the new changes and faced some problems with creating the example sequence diagram:

PowerShell -Command tm.py --seq | java -Djava.awt.headless=true -jar plantuml.jar -tpng -pipe > seq.png
ERROR
2
Syntax Error?
Some diagram description contains errors

Do you have any idea why it fails? I can't find out whats wrong. With an older version it is working fine.

Fixed the issue with Pullrequest #60