Skip to content

Commit

Permalink
remove =None before del
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Feb 28, 2024
1 parent 6ac972a commit f91b2fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/asf_tools/watermasking/fill_missing_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def main():
dst_ds.SetProjection(srs.ExportToWkt())
dst_band = dst_ds.GetRasterBand(1)
dst_band.WriteArray(data)
dst_ds = None
del dst_ds

command = f'gdal_translate -of COG -co NUM_THREADS=all_cpus {tile_tif} {tile_cog}'
Expand Down

0 comments on commit f91b2fa

Please sign in to comment.