Skip to content

Commit

Permalink
Fix position setter in ThorlabsFW102CDll class
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sevin committed Apr 16, 2024
1 parent 2fe032e commit 08a9785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def position(self):

@position.setter
def position(self, position: int):
return self.set_position(position)
self.set_position(position)


if __name__ == '__main__':
Expand Down

0 comments on commit 08a9785

Please sign in to comment.