Skip to content
Snippets Groups Projects
Commit b5c37025 authored by Nicole Skidmore's avatar Nicole Skidmore
Browse files

Merge branch 'lugrazet-follow-Moore3064' into 'master'

[RTADPA BW Tests] follow Moore 3064

See merge request !395
parents becdfc4b 2643cdc0
No related branches found
No related tags found
1 merge request!395[RTADPA BW Tests] follow Moore 3064
Pipeline #6975102 passed
......@@ -31,11 +31,7 @@ def main():
content = [
'import json',
tistos_content,
'from Moore.persistence.hlt2_tistos import tistos_incompatible_hlt2_lines, list_of_full_stream_lines',
'for line in tistos_incompatible_hlt2_lines:',
' if line in lines_for_TISTOS:',
' print(f"Manually removed {line} for TisTos incompatibility")',
' lines_for_TISTOS.remove(line)',
'from Moore.persistence.hlt2_tistos import list_of_full_stream_lines',
'list_of_full_stream_lines.global_bind(lines=lines_for_TISTOS)',
]
......
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