Update collector.py

This commit is contained in:
Filippo Olivo
2025-03-12 20:03:48 +01:00
committed by Nicola Demo
parent 07fa4cc0c4
commit 84995b1d74

View File

@@ -37,7 +37,9 @@ class Collector:
@property
def full(self):
"""
Whether all conditions are ready to be passed to the collector.
Whether all conditions are ready to be passed to the data module.
The collector is said to be full is all conditions have some entries
in data_collection dict.
:return: True if all conditions are ready.
:rtype: bool