Closed 0x8000-0000 closed 4 years ago
This seems to fix it:
@@ -409,7 +409,7 @@
% self.builder.config.plantuml_epstopdf)
serr = p.communicate()[1]
if p.returncode != 0:
- raise PlantUmlError('error while running epstopdf\n\n' + serr)
+ raise PlantUmlError('error while running epstopdf\n\n' + serr.decode())
return refname[:-4] + '.pdf', fname[:-4] + '.pdf'
Duplicate of #46
I'm getting the following traceback:
I'm running "sphinxcontrib-plantuml (0.18)" on Ubuntu 20.04 using Python 3.8 .