diff --git a/src/dodal/common/udc_directory_provider.py b/src/dodal/common/udc_directory_provider.py index 26806c1b48..ab5614dc00 100644 --- a/src/dodal/common/udc_directory_provider.py +++ b/src/dodal/common/udc_directory_provider.py @@ -7,11 +7,14 @@ class PandASubdirectoryProvider(UpdatingDirectoryProvider): + """Directory provider for the HDFPanda. Points to a panda subdirectory within the + directory path provided, which must exist before attempting to arm the PCAP block""" + resource_dir = Path("panda") def __init__(self, directory: Path | None = None): if directory is None: - LOGGER.warn( + LOGGER.debug( f"{self.__class__.__name__} instantiated with no root path, update() must be called before writing data!" ) self._directory_info = (