Skip to content

Commit

Permalink
Merge branch 'devel-0.10.x' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arnobaer committed Apr 9, 2024
2 parents 1d2d38a + 72af3b0 commit a5df391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqc/plugins/ueye_camera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def load_camera_cls():
return UEyeCamera


def create_camera(self, config):
def create_camera(config):
return load_camera_cls()(config)


Expand Down

0 comments on commit a5df391

Please sign in to comment.