Add .sync to regular Files also (#297)
This commit is contained in:
parent
31b39ccf9d
commit
595a33d3e0
@ -65,6 +65,9 @@ class File(object):
|
||||
def is_full(self):
|
||||
return False
|
||||
|
||||
def sync(self):
|
||||
return
|
||||
|
||||
def __getstate__(self):
|
||||
state = {}
|
||||
state['name'] = self.name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user