Changeset 70caa72


Ignore:
Timestamp:
Jul 29, 2009 1:27:46 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
c9318dc
Parents:
0b4e272
Message:

Fix from 1.30 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    r0b4e272 r70caa72  
    19351935
    19361936                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)
    19381943                split_data = tclparser.stdout
    19391944
Note: See TracChangeset for help on using the changeset viewer.