Commit 14f8155
committed
add sane.exit() to example
Currently if example is run without sane.exit(), I see the
following error when script is ran next time:
`python _sane.error: Invalid argument`
Adding in sane.exit() avoids this error from happening on next run1 parent d826de5 commit 14f8155
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
0 commit comments