This one EPS PV isn't being built in any of our IOCs because it's not a proper pytmc attribute.
attribute is misspelled and the ; can not/should not be included here.
How Has This Been Tested?
Interactively with my open example motion PR
Where Has This Been Documented?
Just this PR and the link to this PR that I'll put in the release notes.
Pre-merge checklist
[x] Code works interactively
[x] Code contains descriptive comments
[x] Test suite passes locally
[x] Libraries are set to Always Newest version (Library, *)
[x] Committed with pre-commit or ran pre-commit run --all-files
Description
atribute
->attribute
remove;
Motivation and Context
This one EPS PV isn't being built in any of our IOCs because it's not a proper pytmc attribute.
attribute
is misspelled and the;
can not/should not be included here.How Has This Been Tested?
Interactively with my open example motion PR
Where Has This Been Documented?
Just this PR and the link to this PR that I'll put in the release notes.
Pre-merge checklist
Always Newest
version (Library, *
)pre-commit
or ranpre-commit run --all-files