aboutsummaryrefslogtreecommitdiffstats
path: root/backend/raw_write.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/raw_write.py')
-rwxr-xr-xbackend/raw_write.py3
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: