projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
392d0e0
)
default to max compression
author
Seth Vidal
<skvidal@linux.duke.edu>
Sat, 3 Feb 2007 22:07:48 +0000
(22:07 +0000)
committer
Seth Vidal
<skvidal@linux.duke.edu>
Sat, 3 Feb 2007 22:07:48 +0000
(22:07 +0000)
dumpMetadata.py
patch
|
blob
|
history
diff --git
a/dumpMetadata.py
b/dumpMetadata.py
index f9a3aea8635dbf2ddadb1e160f4461766de82db6..4d0a93e0750ae9657ba19a0ee911f15a3e697ee2 100644
(file)
--- a/
dumpMetadata.py
+++ b/
dumpMetadata.py
@@
-59,7
+59,7
@@
def _gzipOpen(filename, mode="rb", compresslevel=9):
def bzipFile(source, dest):
s_fn = open(source, 'rb')
- destination = bz2.BZ2File(dest, 'w')
+ destination = bz2.BZ2File(dest, 'w'
, compresslevel=9
)
while True:
data = s_fn.read(1024000)