Update zcl_abapgit_repo.clas.abap (#3570)

This commit is contained in:
Marc Bernard 2020-06-30 17:28:01 +02:00 committed by GitHub
parent d621551146
commit 8e031e0498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,7 +356,8 @@ CLASS ZCL_ABAPGIT_REPO IMPLEMENTATION.
ro_dot = zcl_abapgit_dot_abapgit=>deserialize( <ls_remote>-data ).
set_dot_abapgit( ro_dot ).
COMMIT WORK AND WAIT. " to release lock
ELSE.
ELSEIF lines( mt_remote ) > 3.
" Less files means it's a new repo (with just readme and license, for example) which is ok
zcx_abapgit_exception=>raise( |Cannot find .abapgit.xml - Is this an abapGit repo?| ).
ENDIF.