Skip to content

Commit

Permalink
autotest/gcore/vsifile.py: clean-up temp file
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Sep 11, 2024
1 parent b3b8d79 commit 912dcf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autotest/gcore/vsifile.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def vsifile_generic(filename, options=[]):
if fp:
gdal.VSIFCloseL(fp)

gdal.Unlink(filename)


###############################################################################
# Test /vsimem
Expand Down

0 comments on commit 912dcf2

Please sign in to comment.