Skip to content

Commit f3ffd2b

Browse files
committed
trigger gh action that didn't run because of merge conflict
1 parent 4fdf811 commit f3ffd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solaris/tile/raster_tile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def save_tile(self, tile_data, mask, profile, dest_fname_base=None):
539539
dest.close()
540540
return dest_path
541541

542-
# if self.cog_output:
542+
# TODO if self.cog_output:
543543
# self._create_cog(os.path.join(self.dest_dir, 'tmp.tif'),
544544
# os.path.join(self.dest_dir, dest_fname))
545545
# os.remove(os.path.join(self.dest_dir, 'tmp.tif'))

0 commit comments

Comments
 (0)