We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d19d14 commit 7063a85Copy full SHA for 7063a85
django/contrib/gis/gdal/prototypes/raster.py
@@ -21,7 +21,7 @@
21
double_output = partial(double_output, cpl=True)
22
23
# Raster Driver Routines
24
-register_all = void_output(std_call('GDALAllRegister'), [])
+register_all = void_output(std_call('GDALAllRegister'), [], errcheck=False)
25
get_driver = voidptr_output(std_call('GDALGetDriver'), [c_int])
26
get_driver_by_name = voidptr_output(std_call('GDALGetDriverByName'), [c_char_p], errcheck=False)
27
get_driver_count = int_output(std_call('GDALGetDriverCount'), [])
0 commit comments