Skip to content

Commit 71f015c

Browse files
committed
Attempt to better understand bug cuasing application not to start
1 parent 035a29f commit 71f015c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

avaspec.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ def AVS_GetNumPixels(handle, pixelsarray):
279279
# looks like you only pass the '1' parameters here
280280
# the '2' parameters are returned in 'ret' !!!
281281

282+
lib.AVS_GetNumPixels.errcheck = _check_error
283+
282284
return lib.AVS_GetNumPixels(
283285
handle, ctypes.byref(pixelsarray)
284286
)

0 commit comments

Comments
 (0)