Closed vincentsarago closed 3 years ago
Before we were forcing GDAL_DISABLE_READDIR_ON_OPEN=FALSE for validation. With this PR we let the user decide what env to set.
GDAL_DISABLE_READDIR_ON_OPEN=FALSE
cc @JoakimJoensuu
Just tried it on my project. Works like a charm!
Before we were forcing
GDAL_DISABLE_READDIR_ON_OPEN=FALSE
for validation. With this PR we let the user decide what env to set.TODO
cc @JoakimJoensuu