mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-03-09 15:40:14 +00:00
flush() has been removed
This commit is contained in:
parent
89c4132b46
commit
44cceef636
2 changed files with 6 additions and 4 deletions
|
@ -828,6 +828,8 @@ class DedupFS(fuse.Fuse): # {{{1
|
|||
with open(FIFO_PIPE, 'wb') as pipe:
|
||||
os.unlink(FIFO_PIPE)
|
||||
pipe.write(self.compress(new_block))
|
||||
# if callable(getattr(pipe, 'flush', None)):
|
||||
# pipe.flush()
|
||||
process.wait()
|
||||
|
||||
# self.blocks[digest] = self.compress(new_block)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue