- Timestamp:
- Jul 29, 2009 1:27:46 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- c9318dc
- Parents:
- 0b4e272
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
r0b4e272 r70caa72 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.