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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.