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

@ -285,6 +285,7 @@ CLASS lcl_file_status IMPLEMENTATION.
lv_name = zcl_abapgit_folder_logic=>path_to_package( lv_name = zcl_abapgit_folder_logic=>path_to_package(
iv_top = iv_devclass iv_top = iv_devclass
io_dot = io_dot io_dot = io_dot
iv_create_if_not_exists = abap_false
iv_path = iv_path ). iv_path = iv_path ).
ENDIF. ENDIF.