Changeset 7321a43
- Timestamp:
- Jul 29, 2009 1:24:33 PM (15 years ago)
- Branches:
- version-1.30
- Children:
- 4adc697
- Parents:
- 705233b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
r705233b r7321a43 1935 1935 1936 1936 self.log.debug("running local splitter %s", " ".join(tclcmd)) 1937 tclparser = Popen(tclcmd, stdout=PIPE, close_fds=True) 1937 # This is just fantastic. As a side effect the parser copies 1938 # tb_compat.tcl into the current directory, so that directory 1939 # must be writable by the fedd user. Doing this in the 1940 # temporary subdir ensures this is the case. 1941 tclparser = Popen(tclcmd, stdout=PIPE, close_fds=True, 1942 cwd=tmpdir) 1938 1943 split_data = tclparser.stdout 1939 1944
Note: See TracChangeset
for help on using the changeset viewer.