https://bugs.koozali.org/show_bug.cgi?id=12084
John Crisp <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0 |1
--- Comment #8 from John Crisp <[email protected]> ---
So after a quicky gander at the code it seems that the reggy expression here is
having a bad day:
next if ( $s =~ /(^rsync)|(^sent)|(^total size is)|(^File list)/ );
So it should look in your $rsyncOutput and pull out any lines starting with
either:
rsync
sent
total size
File list
If it find one it is meant to trim up the result and add it to the report.
For whatever obscure regex reason, it doesn't filter correctly and it tries to
clean up everything.
So then you have variables with data it is not expecting which causes an error.
I need to go figure the regex :worried:
It is trivial as it doesn't break anything, but is annoying.
I'll attach a small file you can run to test this.
Marking as confirmed.
--
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/