diff -r dea107dce0c4 -r 750eeb7230a1 docutil/docsvg.py --- a/docutil/docsvg.py Mon Aug 14 21:31:01 2017 +0300 +++ b/docutil/docsvg.py Mon Aug 14 22:23:17 2017 +0300 @@ -44,7 +44,7 @@ def open_lin_svg(svgexepath, svgfile): """ Open Inkscape on Linux platform """ if os.path.isfile("/usr/bin/inkscape"): - os.system("%s %s &"%(svgexepath , svgfile)) + os.system("%s %s &" % (svgexepath , svgfile)) def open_svg(svgfile): """ Generic function to open SVG file """