carlos-jenkins / plantweb

Plantweb is a Python client for the PlantUML server -
https://plantweb.readthedocs.io/
Apache License 2.0
27 stars 15 forks source link

Fix specifying diagram file using directive argument #8

Closed jessetan closed 7 years ago

jessetan commented 7 years ago

Fixes #7 for me

carlos-jenkins commented 7 years ago

Hi, thanks for the PR.

Are you sure about this? We are using the directive with argument a lot and it is working fine.

There is even a test in:

test/test_directive.py - test_directive_argument

Could you please add a non-working example?