From: Chris Hulan Date: 2012-12-08T09:45:01+09:00 Subject: Re: strange syntax error on rename --14dae9cfce523475ec04d04ca474 Content-Type: text/plain; charset=ISO-8859-1 I think the error is due to a missing 'end' you have 2 'do' blocks but only 1 'end' Note 'file' is a string so no need to '.to_s' nor "#{..}" On Fri, Dec 7, 2012 at 6:28 PM, peteV wrote: > On 12/07/2012 05:17 PM, peteV wrote: > >> >> >> File.rename ( "#{file}","#{tag.title}-#{tag.**artist}.mp3") >> >> end # File is automatically closed at block end >> >> ------------------------------**------------------------------**------------------ >> >> here is the error dump >> ./taglibex.rb:15: syntax error, unexpected ',', expecting ')' >> File.rename ( "#{file}","#{tag.title}-#{tag.**artist}.mp3") >> ^ >> ./taglibex.rb:15: syntax error, unexpected ')', expecting keyword_end >> >> >> >> of course the error dump needed to contain the "#{tag.title}" :-[ > I had copied a previous error dump by mistake from the cmd line > > > --14dae9cfce523475ec04d04ca474 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I think the error is due to a missing 'end'
you have 2 'do&= #39; blocks but only 1 'end'

Note 'fil= e' is a string so no need to '.to_s' nor "#{..}"


On Fri, Dec 7= , 2012 at 6:28 PM, peteV <pete0verse@gmail.com> wrote:
On 12/07/2012 05:17 PM, peteV wrote:


=A0 File.rename ( "#{file}","#{tag.title}-#{tag.artis= t}.mp3")

end =A0# File is automatically closed at block end

-------------------------------------------------------------= -----------------
here is the error dump
./taglibex.rb:15: syntax error, unexpected ',', expecting ')= 9;
=A0 File.rename ( "#{file}","#{tag.title}-#{tag.artis= t}.mp3")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^
./taglibex.rb:15: syntax error, unexpected ')', expecting keyword_e= nd



of course the error dump needed to contain the "#{tag.title}" :-[=
I had copied a previous error dump by mistake from the cmd line



--14dae9cfce523475ec04d04ca474--