Commit 9738638
committed
XimeaCamera._fetch_data (fixup 9fe1030)
Fix two issues introduced when removing code duplication:
1. When doing software trigger return None if we are acquiring but
have not triggered yet otherwise it falls through to the error about
unknown trigger type. This partially fixes issue #131.
2. return the acquire data when doing non-software trigger (fix
indentation level of the return data statement)1 parent d936aa9 commit 9738638
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | | - | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments