From fbe01bdee8d199f44975b93f7116874d4910c78a Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas.kluyver@xfel.eu> Date: Thu, 2 Jan 2025 10:59:52 +0000 Subject: [PATCH] Polish comment --- src/cal_tools/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cal_tools/constants.py b/src/cal_tools/constants.py index 1f8a8a6fd..5759e2ecb 100644 --- a/src/cal_tools/constants.py +++ b/src/cal_tools/constants.py @@ -266,7 +266,7 @@ def create_condition( cond_name = generate_unique_condition_name( detector_type, pdu_name, pdu_uuid, cond_params) - # Create condition table in database, if not available. + # Create condition in database, if not already there. cond = dict( name=cond_name, parameters_conditions_attributes=[ -- GitLab