Commit 79e9f493 authored by owsla's avatar owsla

Correct typo in previous fix


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@940 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent d1e1bb67
......@@ -379,7 +379,7 @@ class FlatFile:
self.fileobj = self.rp.open("rb", compress)
else:
assert mode == 'w'
if compress and check_path and not rp_base.isinccompressed()):
if compress and check_path and not rp_base.isinccompressed():
def callback(rp): self.rp = rp
self.fileobj = rpath.MaybeGzip(rp_base, callback)
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment