diff options
| -rw-r--r-- | pymba/vimbaframe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pymba/vimbaframe.py b/pymba/vimbaframe.py index ffa9e09..b6bc139 100644 --- a/pymba/vimbaframe.py +++ b/pymba/vimbaframe.py @@ -91,7 +91,7 @@ class VimbaFrame(object): """ errorCode = VimbaDLL.captureFrameQueue(self._handle, byref(self._frame), - None) # callback not implemented, callback example in pico? + None) # callback not implemented if errorCode != 0: raise VimbaException(errorCode) |
