27 Oct
2023
27 Oct
'23
2:07 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 --- Comment #26 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Zeno Tajoli from comment #25)
Hi Jonathan Druart,
are you sure that there are problems with tidying for this patch? I use perltidy conf that are in the git archive and I do a check with koha-qa.pl -v 2 -c 1 and I pass the test.
+ if($@) + { push @errors, $@; + } else + { if ($rmerge->{'status'}==0) + { push @errors, $rmerge->{'error'}; } This looks wrong, we have 8 # } else { 9 --cuddled-else in our .perltidyrc (at the root of Koha src) -- You are receiving this mail because: You are watching all bug changes.