diff --git a/test/main.py b/test/main.py index 6b46e7e..319b88e 100644 --- a/test/main.py +++ b/test/main.py @@ -181,7 +181,7 @@ with open(svg_file_path, 'wb') as f: # save as png cairosvg.svg2png(url=svg_file_path, write_to=png_file_path) -os.remove('rect.svg') +os.remove(svg_file_path) # additional element # open the image