Skip to content
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

Corrected the conditional block to use the correct and only named input obj #264

Merged
merged 2 commits into from
Feb 9, 2022

Conversation

MMelQin
Copy link
Collaborator

@MMelQin MMelQin commented Feb 4, 2022

Signed-off-by: mmelqin mingmelvinq@nvidia.com

The conditional block was using a named input of DataPath type, but with a name that has been changed. In fact, during app execution, input of DataPath is not supported in the current SDK. Keeping this block in the code is forward thinking and in case the type of the input is modified to be DataPath. So, there had not been runtime issue in the released SDK versions.

…ut obj

Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
@MMelQin MMelQin self-assigned this Feb 4, 2022
@MMelQin MMelQin added the bug Something isn't working label Feb 4, 2022
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
Copy link
Collaborator

@gigony gigony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Ming!
Looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants