mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Assertion failed blob data is initial #1857
This commit is contained in:
parent
0e6fe6b311
commit
cd5ff75e85
|
@ -641,7 +641,7 @@ CLASS zcl_abapgit_git_porcelain IMPLEMENTATION.
|
|||
ENDIF.
|
||||
|
||||
ls_object-type = zif_abapgit_definitions=>c_type-blob.
|
||||
ASSERT NOT <ls_blob>-data IS INITIAL.
|
||||
* ASSERT NOT <ls_blob>-data IS INITIAL. "#1857 allow empty files - some more checks needed?
|
||||
ls_object-data = <ls_blob>-data.
|
||||
lv_uindex = lv_uindex + 1.
|
||||
ls_object-index = lv_uindex.
|
||||
|
|
Loading…
Reference in New Issue
Block a user