Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 184
    • Merge requests 184
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !49773

Merged
Created Jan 19, 2022 by Catrin Bernius@berniusDeveloper

ATR-24784: fixing a bug introduced previously by deleting the line to fill a variable

  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

I've accidentally introduced a bug by deleting the line in GenerateMenuMT in which self.signaturesToGenerate was filled which caused the test test_trigID_fslrt_rhadron.py to fail which was reported in ATR-24784. This was actually identified by @bkerridg (thank you, really well done and spotted!). I don't think this variable is actually needed anymore, it's being replaced by self.availableSignatures which stores the signatures that need to be imported, directly obtained from the dictionary.

Edited Jan 19, 2022 by Catrin Bernius
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fixing_ATR-24784