https://bugs.koozali.org/show_bug.cgi?id=12084
--- Comment #3 from sti <[email protected]> ---
Hi John,
yes
... it is splitting of $rsyncOutput,
but I could not find out which parameter causes the error !
so I "solved" it the unconventionally way (because I don't know perl !)
See lines with #sti
$rpt->newval('Report','Rsync-Output',$rsyncOutput); #sti
729 foreach my $s ( split( /[\r\n]/, $rsyncOutput ) ) {
730 next if ( $s =~ /(^rsync)|(^sent)|(^total size is)|(^File
list)/ );
731 my @p = split( /:/, $s );
732 ( my $key = $p[0] ) =~ s/\b(\w)/\U$1/g; # first char
uppercase
733 $key =~ s/ //g;
(my $val=0) #sti
734 #sti ( my $val = trim( $p[1] ) ) =~ s/ .*$//;
735
736 #### ajout AG pour enlever les virgules générées par rsync3
737 #sti $val =~ s/,//g;
738 ##### fin des modifs AG
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/