On 21/05/2016 12:54, terry_ly...@lyonstech.net wrote:
> Hi, In mpir.2.7.2. If I run run-tests.py from the command line when the focus 
> is already in the subfolder mpir-tests of build.vc14, it fails - the code 
> executes
> 
> cw, f = os.path.split(__file__)
> os.chdir(cw)
> 
> and fails! because cw = ''

Hi Terry,

That's a bit naughty of Python, returning a directory that fails when
used in a change directory request!

As you say, an easy fix, thanks for finding it.

  Brian

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to