aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pymba/vimba.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymba/vimba.py b/pymba/vimba.py
index ffb3a91..e301aa2 100644
--- a/pymba/vimba.py
+++ b/pymba/vimba.py
@@ -90,7 +90,7 @@ class Vimba(object):
0,
byref(numFound),
sizeof(dummyCameraInfo))
- if errorCode != 0:
+ if errorCode != 0 and errorCode != -9:
print errorCode
raise VimbaException(errorCode)