Fix folder logic buffer (#6945)

This commit is contained in:
Marc Bernard 2024-06-11 16:28:50 +02:00 committed by GitHub
parent 22e6df1d4d
commit 3929cfab17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,7 +201,7 @@ CLASS zcl_abapgit_folder_logic IMPLEMENTATION.
iv_top = iv_top iv_top = iv_top
io_dot = io_dot io_dot = io_dot
iv_path = iv_path ). iv_path = iv_path ).
IF rv_package IS NOT INITIAL. IF rv_package IS NOT INITIAL AND iv_create_if_not_exists = abap_false.
RETURN. RETURN.
ENDIF. ENDIF.