mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Fix folder logic buffer (#6945)
This commit is contained in:
parent
22e6df1d4d
commit
3929cfab17
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user