Skip to content

Commit

Permalink
Update python/sedona/raster/sedona_raster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Oct 11, 2024
1 parent 713a785 commit 7ba3e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sedona/raster/sedona_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def close(self):
def __enter__(self):
return self

def __exit__(self):
def __exit__(self, exc_type, exc_val, exc_tb):
self.close()

def __del__(self):
Expand Down

0 comments on commit 7ba3e7c

Please sign in to comment.