_Main/BL/Type_PRData/StaticMethod_DoCall.qbl
@@ -11,7 +11,7 @@ // yypsybs Sep-12-2023 (created) info( "DoCall " + [String]toCalls.Size() + " PRs" ); nowNo := 1; traverse( toCalls, Elements, toCall, toCall.SendStatus() = "" ) { traverse( toCalls, Elements, toCall, toCall.PRReleaseStatus() = "" ) { info ( "DoCall " + [String]nowNo + "/" + [String]toCalls.Size() + " PR" ); toCall.DoCall( globalData, callBy ); nowNo := nowNo + 1;