jbn / IPlantUML

A Python package which defines a PlantUML cell magic for IPython.
MIT License
95 stars 28 forks source link

Fix bad reference unassigned variable #11

Closed jacobdr closed 6 years ago

jacobdr commented 6 years ago

Fixes #10

jbn commented 6 years ago

Thanks, @jacobdr!

I'll bump the version shortly!

jacobdr commented 6 years ago

Cheers. Easiest fix of all time! Clearly just a small mistake from the refactor left on a very uncommon codepath...

Jacob

On Dec 8, 2017, 01:10 +1100, John B Nelson notifications@github.com, wrote:

Thanks, @jacobdr! I'll bump the version shortly! — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

jbn commented 6 years ago

Except, not actually an uncommon codepath for me! I use the local JAR in my dissertation code because it's a lot of requests. I just haven't built it in a while. So, thanks again, from me in a future that no longer exists!

jbn commented 6 years ago

(P.S. Pushed to PyPi.)