Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Merge requests
  • !526

#1476: Remove duplicate if statement

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Bruno de Paula Kinoshita requested to merge GL-1476-remove-duplicate-check into master Dec 03, 2024
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

I was reading the code while replying to an issue from @mgimenez, when I noticed the duplicate if statement. To review it, just go to the "Changes" to see the list of modified files, then click on the top of the file changes to load a few more lines. You should then see another identical if statement, and also that the result var is never used, only further down where it's declared anyway.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: GL-1476-remove-duplicate-check