[Navigate Results][Fixed] Icons provided by the output
- Weren't copied to the destination
This commit is contained in:
parent
e47124ea51
commit
4219980c95
|
|
@ -196,7 +196,7 @@ class Navigate_ResultsOptions(BaseOptions):
|
|||
def copy(self, img, width):
|
||||
""" Copy an SVG icon to the images/ dir.
|
||||
Tries to convert it to PNG. """
|
||||
img_w = "{}_{}".format(img, width)
|
||||
img_w = "{}_{}".format(os.path.basename(img), width)
|
||||
if img_w in self.copied_images:
|
||||
# Already copied, just return its name
|
||||
return self.copied_images[img_w]
|
||||
|
|
|
|||
Loading…
Reference in New Issue