Changeset 1128 in tailor


Ignore:
Timestamp:
05/19/06 17:48:01 (7 years ago)
Author:
lele@…
Hash name:
20060519154801-97f81-8c55aa01a59cbdfc1f7a8f506f45a35ef1ffacec
Message:

Fix the glitch reported by #50: global name 'err' is not defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/svn.py

    r1120 r1128  
    529529            unmoved = True 
    530530        move = ExternalCommand(cwd=self.basedir, command=cmd) 
    531         move.execute(oldname, newname) 
     531        out, err = move.execute(oldname, newname, stdout=PIPE, stderr=PIPE) 
    532532        if move.exit_status: 
    533533            # so we do the same here 
Note: See TracChangeset for help on using the changeset viewer.