Skip to content

Commit 5193f70

Browse files
committed
Fixed linter error, udpated docker service version
1 parent 370c1b6 commit 5193f70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/service_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.4.1

hybig/browse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def create_browse_imagery(
172172
in_dataset, source, item_color_palette
173173
)
174174
if output_driver == 'JPEG':
175-
# For JPEG output, convert to RGB since JPEG doesn't support colormaps
175+
# For JPEG output, convert to RGB
176176
# color_map will be None
177177
raster, color_map = convert_singleband_to_rgb(
178178
rio_in_array, color_palette

0 commit comments

Comments
 (0)