mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Add refresh after pull errors (#5312)
* Add refresh after pull errors Follow-up #5303 * Indent
This commit is contained in:
parent
ec9ff1a29f
commit
5086b7226d
|
@ -360,8 +360,9 @@ CLASS zcl_abapgit_repo IMPLEMENTATION.
|
||||||
is_checks = is_checks
|
is_checks = is_checks
|
||||||
ii_log = ii_log ).
|
ii_log = ii_log ).
|
||||||
CATCH zcx_abapgit_exception INTO lx_error.
|
CATCH zcx_abapgit_exception INTO lx_error.
|
||||||
* ensure to reset default transport request task
|
" Ensure to reset default transport request task
|
||||||
zcl_abapgit_default_transport=>get_instance( )->reset( ).
|
zcl_abapgit_default_transport=>get_instance( )->reset( ).
|
||||||
|
refresh( iv_drop_log = abap_false ).
|
||||||
RAISE EXCEPTION lx_error.
|
RAISE EXCEPTION lx_error.
|
||||||
ENDTRY.
|
ENDTRY.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user