#15172: update 4ti2 to version 1.6
-------------------------------------+-------------------------------------
       Reporter:  dimpase            |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-5.12
      Component:  packages:          |   Resolution:
  optional                           |    Merged in:
       Keywords:  4ti2               |    Reviewers:
        Authors:                     |  Work issues:  tmp_dir related
Report Upstream:  N/A                |  doctest issue
         Branch:                     |       Commit:
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 The following
 {{{
         cwd = os.getcwd() # Save working directory in order to restore it.
         os.chdir(self.directory())

         subprocess.call(cmd, shell=True)

         os.chdir(cwd) # Restore previous working directory.
 }}}
 should be replaced by
 {{{
         subprocess.call(cmd, shell=True, cwd=self.directory())
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/15172#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to