Fixed arguments

This commit is contained in:
Joel Collins 2020-06-11 12:16:52 +01:00
parent 0e4077e5a2
commit 871d6f255a

View file

@ -288,7 +288,7 @@ class Microscope:
return system_metadata 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}") logging.debug(f"Waiting for {output.file}")
# Wait for the file to be written to disk # Wait for the file to be written to disk
output.file_ready.wait() output.file_ready.wait()