beremiz

SVGHMI: Fix thumbnail generation.

2024-03-15, Edouard Tisserant
46ef8be69e8c
Parents 050f227a2848
Children b2aa31f3a0ce
SVGHMI: Fix thumbnail generation.
  • +1 -0
    svghmi/ui.py
  • --- a/svghmi/ui.py Fri Mar 15 08:24:38 2024 +0100
    +++ b/svghmi/ui.py Fri Mar 15 08:48:32 2024 +0100
    @@ -468,6 +468,7 @@
    if inkpath is None:
    self.msg = _("Inkscape is not installed.")
    return False
    + inkpath = inkpath.decode()
    export_opt = "-o" if get_inkscape_version()[0] > 0 else "-e"