Skip to content
Snippets Groups Projects

Update add_filter with checks and append suffix Decision if necessary

Merged Abhijit Mathad requested to merge AM_decision into master

Driven by the comment from @pkoppenb here this MR introduces checks to add_filter and adds suffix Decision if not present in the line name.

This would avoid mistakes by users who have to type Decision explicitly. So the code would change from:

filter = add_filter("filter_name",f"HLT_PASS('{line_name}Decision', '{line_name2}Decision')")

to

filter = add_filter("filter_name",f"HLT_PASS('{line_name}', '{line_name2}')")

To be tested with: Analysis!892 (merged)

Edited by Abhijit Mathad

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Abhijit Mathad resolved all threads

    resolved all threads

  • Abhijit Mathad added 1 commit

    added 1 commit

    Compare with previous version

  • Eduardo Rodrigues approved this merge request

    approved this merge request

  • Patrick Koppenburg approved this merge request

    approved this merge request

  • Abhijit Mathad added 1 commit

    added 1 commit

    Compare with previous version

  • Abhijit Mathad added 1 commit

    added 1 commit

    Compare with previous version

  • Abhijit Mathad changed the description

    changed the description

  • mentioned in merge request Analysis!892 (merged)

  • Abhijit Mathad mentioned in merge request !682 (merged)

    mentioned in merge request !682 (merged)

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading