Merge pull request #1540 from christianguenter2/issue_1524

fix bug in run_code_inspection
This commit is contained in:
Lars Hvam 2018-06-28 15:51:37 +02:00 committed by GitHub
commit f1df475f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -461,7 +461,7 @@ CLASS zcl_abapgit_repo_online IMPLEMENTATION.
READ TABLE rt_list TRANSPORTING NO FIELDS READ TABLE rt_list TRANSPORTING NO FIELDS
WITH KEY kind = 'E'. WITH KEY kind = 'E'.
mv_code_inspector_successful = boolc( sy-subrc = 0 ). mv_code_inspector_successful = boolc( sy-subrc <> 0 ).
ENDMETHOD. ENDMETHOD.