From 871d6f255a67cedbcccf96ad0f3eb9698dec736d Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 11 Jun 2020 12:16:52 +0100 Subject: [PATCH] Fixed arguments --- openflexure_microscope/microscope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/microscope.py b/openflexure_microscope/microscope.py index 4af47379..2654d74b 100644 --- a/openflexure_microscope/microscope.py +++ b/openflexure_microscope/microscope.py @@ -288,7 +288,7 @@ class Microscope: return system_metadata - def add_metadata_to_capture(output, metadata, annotations, tags): + def add_metadata_to_capture(self, output, metadata, annotations, tags): logging.debug(f"Waiting for {output.file}") # Wait for the file to be written to disk output.file_ready.wait()