Merge pull request #1171 from larshp/issue_1112

Serialization triggers transport #1112
This commit is contained in:
Lars Hvam 2018-01-23 17:46:17 +01:00 committed by GitHub
commit 8558d024f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,9 +283,10 @@ CLASS lcl_file_status IMPLEMENTATION.
IF lv_type = 'DEVC'.
ASSERT lv_name = 'PACKAGE'.
lv_name = zcl_abapgit_folder_logic=>path_to_package(
iv_top = iv_devclass
io_dot = io_dot
iv_path = iv_path ).
iv_top = iv_devclass
io_dot = io_dot
iv_create_if_not_exists = abap_false
iv_path = iv_path ).
ENDIF.
CLEAR es_item.