troubleshoot exchange single quote with double quote

pull/3668/head dev-build-claudine-fix_geneva_rounded_jumps
Kaalleen 2025-04-13 18:10:01 +02:00
rodzic 9557b3f765
commit 7496fc1056
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -101,7 +101,8 @@ class Troubleshoot(InkstitchExtension):
text.append(tspan)
def _get_or_create_group(self, layer, label):
group = layer.xpath(f".//*[@inkscape:label='{label}']")
group = layer.xpath(f'.//*[@inkscape:label="{label}"]')
if not group:
group = inkex.Group()