-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tech Debt : Display proper error message when update pin map step is… #719
Tech Debt : Display proper error message when update pin map step is… #719
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please ensure to update the changes in all of its occurrences and update the PR title and description respectively.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with suggestions once the checks are all passing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the lint error and update the variable name
What does this Pull Request accomplish?
self._sequence_context.Execution.RunTimeVariables.Exists
method call to determine if the fieldPinMapId
exists in TestStand. It returns a Boolean value. If the field is not available, we throw a runtime error; if it is available, we proceed and return its value.Why should this Pull Request be merged?
Before
After
What testing has been done?
Manually verified the example execution.