Skip to content

fix: remove duplicate description setter in TaskStar#316

Open
nuthalapativarun wants to merge 1 commit intomicrosoft:pre-releasefrom
nuthalapativarun:fix/duplicate-description-setter
Open

fix: remove duplicate description setter in TaskStar#316
nuthalapativarun wants to merge 1 commit intomicrosoft:pre-releasefrom
nuthalapativarun:fix/duplicate-description-setter

Conversation

@nuthalapativarun
Copy link
Copy Markdown

Summary

  • Remove a duplicate @description.setter definition in TaskStar that silently overrides the first one

Changes

  • galaxy/constellation/task_star.py: delete the second @description.setter block (lines 175–188); the first definition (lines 142–155) is identical and takes effect correctly

Related Issue

No open issue — the duplicate setter is a latent bug: Python uses the last definition, so any difference between the two would cause silent misbehaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant