Add clarifying comment to exists check (#7207)
Some checks failed
main-build / build-merged (push) Has been cancelled
main-build / auto-tag (push) Has been cancelled
main-build / coverage (push) Has been cancelled
main-build / auto-tag-artifact (push) Has been cancelled
ajson mirror / pr_ajson_changes (push) Has been cancelled

This commit is contained in:
Marc Bernard 2025-04-10 20:32:57 +02:00 committed by GitHub
parent b55791765f
commit c0ce2cb2e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -991,6 +991,9 @@ CLASS zcl_abapgit_objects IMPLEMENTATION.
RETURN.
ENDIF.
" We want the object list of a repository to show unsupported object (without serializing them)
" This is why the follow check and the caught exception return true.
" For unsupported objects, assume object exists
IF is_type_supported( is_item-obj_type ) = abap_false.
rv_bool = abap_true.