mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
fix bug in run_code_inspection
This commit is contained in:
parent
909755a6f6
commit
10b29556f7
|
@ -461,7 +461,7 @@ CLASS zcl_abapgit_repo_online IMPLEMENTATION.
|
|||
READ TABLE rt_list TRANSPORTING NO FIELDS
|
||||
WITH KEY kind = 'E'.
|
||||
|
||||
mv_code_inspector_successful = boolc( sy-subrc = 0 ).
|
||||
mv_code_inspector_successful = boolc( sy-subrc <> 0 ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user