Browse Source

comment out some debugging..

[git-p4: depot-paths = "//depot/": change = 820]
v0.3
John-Mark Gurney 18 years ago
parent
commit
2b24cbcdeb
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      ZipStorage.py

+ 4
- 4
ZipStorage.py View File

@@ -212,8 +212,8 @@ def genZipFile(path):
try:
return zipfile.ZipFile(path)
except:
import traceback
traceback.print_exc(file=log.logfile)
#import traceback
#traceback.print_exc(file=log.logfile)
pass

log.msg('trying tar now:', `path`)
@@ -227,8 +227,8 @@ def genZipFile(path):
comp = tarfile.TAR_PLAIN
return tarfile.TarFileCompat(path, compression=comp)
except:
import traceback
traceback.print_exc(file=log.logfile)
#import traceback
#traceback.print_exc(file=log.logfile)
raise

class ZipObject(FSObject, StorageFolder):


Loading…
Cancel
Save