-
Notifications
You must be signed in to change notification settings - Fork 276
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
Fix #2458 - Checking linkEnity is empty #2509
Conversation
Signed-off-by: Abhiroop Bhavsar <b22me002@iitj.ac.in>
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.
LGTM. Thanks for the fix!
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.
LGTM. This fixes the bug. However there is a minor style issue that needs fixing.
Co-authored-by: Arjo Chakravarty <arjo129@gmail.com> Signed-off-by: Abhiroop Bhavsar <126786356+akky20@users.noreply.github.com>
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.
I have submitted the changes please have a look
🦟 Bug fix
Fixes #
Summary
Added a if condition for checking whether the linkEntity is empty or not , if this condition is removed then the issue comes again
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.