diff options
Diffstat (limited to 'backend/raw_write.py')
-rwxr-xr-x | backend/raw_write.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/raw_write.py b/backend/raw_write.py index 309cf17..ed617cd 100755 --- a/backend/raw_write.py +++ b/backend/raw_write.py @@ -37,11 +37,10 @@ import gnupg class Dumper(object): - def _do_write(self,source,target): + def _do_write(self,source,target, b): # Writing step #Dump mode self.returncode=0 - b=os.path.getsize(source) self.operation=True bs=4096*128 try: |