From 3063967fe51db70109424cb9dcb97d1f8f5640ce Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 29 Nov 2018 15:50:17 +0000 Subject: [PATCH] Explicitally pass config argument --- tests/test_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plugins.py b/tests/test_plugins.py index c5afcfe7..939245da 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -10,7 +10,7 @@ logging.basicConfig(stream=sys.stderr, level=logging.DEBUG) if __name__ == '__main__': openflexurerc = config.load_config() - microscope = Microscope(StreamingCamera(openflexurerc), OpenFlexureStage("/dev/ttyUSB0")) + microscope = Microscope(StreamingCamera(config=openflexurerc), OpenFlexureStage("/dev/ttyUSB0")) microscope.find_plugins() # Automatically find microscope plugins