Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
version 1.3.4
  • Loading branch information
thusser authored Dec 18, 2023
2 parents 2b6f383 + 9d0f229 commit 5994d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyobs_fli/flidriver.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ cdef class FliDriver:
cdef char name[100]

# get it
res = FLIGetFilterName(self._device, <char*>name, 100)
res = FLIGetFilterName(self._device, pos, <char*>name, 100)
if res != 0:
raise ValueError('Could not fetch filter name.')

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyobs-fli"
version = "1.3.3"
version = "1.3.4"
description = "pyobs module for FLI cameras"
authors = ["Tim-Oliver Husser <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5994d0e

Please sign in to comment.