Changeset 59f3d1f for fedd/federation
- Timestamp:
- Jul 31, 2009 6:11:58 PM (15 years ago)
- Branches:
- version-1.30
- Children:
- 2f14616
- Parents:
- 4adc697
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/split.py
r4adc697 r59f3d1f 133 133 tclcmd.extend([pid, gid, eid, tclfile]) 134 134 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) 136 137 137 138 out = ""
Note: See TracChangeset
for help on using the changeset viewer.