# HG changeset patch # User luca_milaz # Date 1730843284 0 # Node ID 0f5564819296eeb434c26be7691c7b9955a93f66 # Parent a9a490ae198d93113eba979c2d0502e6b81abb58 Uploaded diff -r a9a490ae198d -r 0f5564819296 COBRAxy/marea.py --- a/COBRAxy/marea.py Tue Nov 05 21:45:24 2024 +0000 +++ b/COBRAxy/marea.py Tue Nov 05 21:48:04 2024 +0000 @@ -819,7 +819,7 @@ convert_to_pdf(svgFilePath, pngPath, pdfPath) if not ARGS.generate_svg: - os.remove(svgFilePath) + os.remove(svgFilePath.show()) ClassPat = Dict[str, List[List[float]]] def getClassesAndIdsFromDatasets(datasetsPaths :List[str], datasetPath :str, classPath :str, names :List[str]) -> Tuple[List[str], ClassPat]: