morefigs / py-ic-imaging-control

Python wrapper for the IC Imaging Control SDK from The Imaging Source (TIS)
MIT License
33 stars 22 forks source link

Fix bug in is_camera_property_auto_available #21

Closed flysorter closed 7 years ago

flysorter commented 7 years ago

Curly braces --> parens

argtypes for is_camera_property_auto_available was improperly a set instead of a tuple.

morefigs commented 7 years ago

Ha good find! Cheers.