Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integtest/no_duplicate_ta_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
data_classes.list_element_addition(
obj_class="Session",
obj_id=conf_dict.config_session_name,
rel_name="disabled",
rel_name="excluded",
additional_object_class="TPStreamWriterApplication",
additional_object_id="tp-stream-writer",
)
Expand Down
2 changes: 1 addition & 1 deletion python/trigger/tpreplay_application/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Few notes on what happens in this script:
`TPReplayApplication` schema:
```xml
<class name="TPReplayApplication">
<superclass name="ResourceSetAND"/>
<superclass name="ExcludableEntitySetAND"/>
<superclass name="SmartDaqApplication"/>
<attribute name="application_name" type="string" init-value="daq_application" is-not-null="yes"/>
<relationship name="tp_source_ids" class-type="SourceIDConf" low-cc="zero" high-cc="many" is-composite="no" is-exclusive="no" is-dependent="no"/>
Expand Down
Loading