Skip to content

Commit dc4e366

Browse files
hansthenConengmo
andauthored
Update folium/utilities.py
Co-authored-by: Frank Anema <[email protected]>
1 parent e02d995 commit dc4e366

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

folium/utilities.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,7 @@ def temp_html_filepath(data: str) -> Iterator[str]:
365365
yield filepath
366366
finally:
367367
if os.path.isfile(filepath):
368-
pass
369-
# os.remove(filepath)
368+
os.remove(filepath)
370369

371370

372371
def deep_copy(item_original: Element) -> Element:

0 commit comments

Comments
 (0)