Added NoneType error check for convert_to_list#1517
Closed
snapshotleisure wants to merge 3 commits intovmware:masterfrom
Closed
Added NoneType error check for convert_to_list#1517snapshotleisure wants to merge 3 commits intovmware:masterfrom
snapshotleisure wants to merge 3 commits intovmware:masterfrom
Conversation
|
@snapshotleisure, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction. |
|
@snapshotleisure, we have received your signed contributor license agreement. The review is usually completed within a week, but may take longer under certain circumstances. Another comment will be added to the pull request to notify you when the merge can proceed. |
Contributor
|
Hi @snapshotleisure, Can you please send another patch please? |
Fixing convert_to_list function to handle input None
Author
gerrit-photon
pushed a commit
that referenced
this pull request
Nov 14, 2023
Fixes: #1508 Original author of this fix is: snapshotleisure <sfzhao99@hotmail.com> #1517 Change-Id: I32f1f352dea9d33de88f57a7180cfb1ea30f4f4a Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com> Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/22341 Tested-by: gerrit-photon <photon-checkins@vmware.com>
gerrit-photon
pushed a commit
that referenced
this pull request
Nov 14, 2023
Fixes: #1508 Original author of this fix is: snapshotleisure <sfzhao99@hotmail.com> #1517 Change-Id: I4a04f852169fa5821f6aa25cb7ed072e5bc621c3 Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com> Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/22343 Tested-by: gerrit-photon <photon-checkins@vmware.com>
gerrit-photon
pushed a commit
that referenced
this pull request
Nov 14, 2023
Fixes: #1508 Original author of this fix is: snapshotleisure <sfzhao99@hotmail.com> #1517 Change-Id: I32f1f352dea9d33de88f57a7180cfb1ea30f4f4a Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com> Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/22342
|
@snapshotleisure, VMware has approved your signed contributor license agreement. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding NoneType check to fix the issue #1508. The convert_to_list is not checking for NoneType which occurs when someone is using the tdnf module to perform a update_cache or upgrade command, as this does not populate the name argument which is used to create the pkglist.