Changeset 191

Show
Ignore:
Timestamp:
03/08/07 12:22:24 (2 years ago)
Author:
mk
Message:

Close tar archive after unpacking.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cheesecake/util.py

    r188 r191  
    204204 
    205205    tarinfo = t.members[0] 
     206    t.close() 
     207 
    206208    ## GG: os.sep is \\ when running cheesecake on Windows 
    207209    ## while inside the tar.gz the separator is /