Skip to content

Commit

Permalink
修改参数isTotal判断方式
Browse files Browse the repository at this point in the history
  • Loading branch information
zthzhang111 committed Mar 14, 2022
1 parent 2a10dd7 commit d5eb7b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ public void perform(@NonNull Run<?, ?> run, @NonNull FilePath workspace, @NonNul
}
if(total) {
isTotal = " --total";
}else{
isTotal = " ";
}
String clientPath = codeAnalysisPath + "client";
StartClient.startClient(osName,
Expand Down

0 comments on commit d5eb7b9

Please sign in to comment.