#2799 - Fix docstring

This commit is contained in:
Marek Wolan
2024-08-09 09:11:54 +01:00
parent b193b46b7b
commit df9ab13209

View File

@@ -162,6 +162,9 @@ class FolderObservation(AbstractObservation, identifier="FOLDER"):
:type num_files: int
:param include_num_access: Whether to include the number of accesses to files in the observation.
:type include_num_access: bool
:param file_system_requires_scan: If True, the folder must be scanned to update the health state. Tf False,
the true state is always shown.
:type file_system_requires_scan: bool
"""
self.where: WhereType = where