summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-02-27 17:23:50 +0100
committerLars Wirzenius <liw@liw.fi>2015-03-22 14:07:22 +0200
commite2b799b42dccce6eae1146294e79db1b32f09d62 (patch)
treea350e28e3a7afabf704025d5efbcca15ffe51da5
parente2e46841036175acdf46cb37823f212e5f5f9cf7 (diff)
downloadobnam-e2b799b42dccce6eae1146294e79db1b32f09d62.tar.gz
backup_plugin: fix wrong attribute reference
-rw-r--r--obnamlib/plugins/backup_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/plugins/backup_plugin.py b/obnamlib/plugins/backup_plugin.py
index 0cdd0237..cbc9f237 100644
--- a/obnamlib/plugins/backup_plugin.py
+++ b/obnamlib/plugins/backup_plugin.py
@@ -1013,7 +1013,7 @@ class BackupPlugin(obnamlib.ObnamPlugin):
self.repo.append_file_chunk_id(
self.new_generation, filename, chunk_id)
else:
- self.self.update_progress_with_upload(len(data))
+ self.progress.update_progress_with_upload(len(data))
if not self.pretend and self.time_for_checkpoint():
logging.debug('making checkpoint in the middle of a file')