kopia lustrzana https://github.com/inkstitch/inkstitch
troubleshoot exchange single quote with double quote
rodzic
9557b3f765
commit
7496fc1056
|
@ -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()
|
||||
|
|
Ładowanie…
Reference in New Issue