Skip to content

Commit da49506

Browse files
committed
Another try to fix test
1 parent 84998da commit da49506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets/archgdal.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function get_var_attrs(ds::GDALDataset, name)
9999
end
100100
end
101101

102-
const colornames = AG.getname.(AG.GDAL.GDALColorInterp.(0:16))
102+
const colornames = AG.getname.(AG.GDALColorInterp.(0:16))
103103

104104
islat(s) = startswith(uppercase(s), "LAT")
105105
islon(s) = startswith(uppercase(s), "LON")

0 commit comments

Comments
 (0)