Changeset 59f3d1f
- Timestamp:
- Jul 31, 2009 6:11:58 PM (15 years ago)
- Branches:
- version-1.30
- Children:
- 2f14616
- Parents:
- 4adc697
- Location:
- fedd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_client.py
r4adc697 r59f3d1f 677 677 """ 678 678 679 fedd_rpc.__init__(self, 'Vtopo')679 fedd_rpc.__init__(self, op) 680 680 681 681 def gen_image(self, d, file, fmt, neato, labels, pix=None): -
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.