Changeset 59f3d1f


Ignore:
Timestamp:
Jul 31, 2009 6:11:58 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
version-1.30
Children:
2f14616
Parents:
4adc697
Message:

whoops, broke ns_image

Location:
fedd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_client.py

    r4adc697 r59f3d1f  
    677677        """
    678678
    679         fedd_rpc.__init__(self, 'Vtopo')
     679        fedd_rpc.__init__(self, op)
    680680
    681681    def gen_image(self, d, file, fmt, neato, labels, pix=None):
  • fedd/federation/split.py

    r4adc697 r59f3d1f  
    133133        tclcmd.extend([pid, gid, eid, tclfile])
    134134        self.log.debug("Calling splitter %s" % " ".join(tclcmd))
    135         tclparser = subprocess.Popen(tclcmd, stdout=subprocess.PIPE)
     135        tclparser = subprocess.Popen(tclcmd, stdout=subprocess.PIPE,
     136                close_fds=True, cwd=tmpdir)
    136137
    137138        out = ""
Note: See TracChangeset for help on using the changeset viewer.