On Sunday, April 9, 2017 at 12:03:03 AM UTC-7, Jeroen Demeyer wrote:
>
> On 2017-04-08 14:23, Eric Gourgoulhon wrote: 
> > make ptestlong created 
> > an empty directory "home" in SAGE_ROOT 
>
> That's an old issue. I never investigated where that "home" came from. 
>

I finally tracked that down: it's from line 179 of 
sagenb/storage/filesystem_storage.py:

         sage: D = FilesystemDatastore("")

This should instead be

         sage: D = FilesystemDatastore(tmp_dir())

I just opened https://github.com/sagemath/sagenb/issues/425.

-- 
John

 

>
> > as well as two files: 
> > __home_eric__sage_temp_manifold_6686_dir_R1ZgOC_src_pyx.cpp 
> > __home_eric__sage_temp_manifold_6686_dir_R1ZgOC_src_pyx.html 
>
> See https://trac.sagemath.org/ticket/22788 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to