Skip to content
Snippets Groups Projects
Commit fbe01bde authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Polish comment

parent e34512d0
No related branches found
No related tags found
1 merge request!1026Feat[Jungfrau]: Inject CCVs using RESTful API
...@@ -266,7 +266,7 @@ def create_condition( ...@@ -266,7 +266,7 @@ def create_condition(
cond_name = generate_unique_condition_name( cond_name = generate_unique_condition_name(
detector_type, pdu_name, pdu_uuid, cond_params) 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( cond = dict(
name=cond_name, name=cond_name,
parameters_conditions_attributes=[ parameters_conditions_attributes=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment