I don't get this.
According to your log the Production result was set properly so why do we need the empty string check?
and why doing it that complicated
why not
if ( ps.production_result() != ps.descr().out_of_resource_heading() || ps.descr().out_of_resource_heading().empty()) { ps.set_production_result(result_string); }
« Back to merge proposal
I don't get this.
According to your log the Production result was set properly so why do we need the empty string check?
and why doing it that complicated
why not
if ( ps.production_ result( ) != ps.descr( ).out_of_ resource_ heading( ) || ps.descr( ).out_of_ resource_ heading( ).empty( )) { production_ result( result_ string) ;
ps.set_
}