summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-18 09:06:47 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-18 09:06:47 +0300
commit75a0dccacce7b4c02b89baf429ede8a7169369e1 (patch)
tree1c8d0c6c766fcd7d7fd738031e1321ed7761b163
parent948d4d913885787f0b0e9e700a14ba2d70e1d063 (diff)
downloadobnam-liw/noclientflush.tar.gz
Fix variable nameliw/noclientflush
-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 435ca67e..f39e0d07 100644
--- a/obnamlib/plugins/backup_plugin.py
+++ b/obnamlib/plugins/backup_plugin.py
@@ -390,7 +390,7 @@ class BackupPlugin(obnamlib.ObnamPlugin):
num_dirs = 0
# The following is a very approximate guess, but we have no
# way of being exact.
- dir_enry_size = 1000
+ dir_entry_size = 1000
flush_threshold = obnamlib.DEFAULT_DIR_BAG_BYTES / dir_entry_size
for pathname, metadata in self.find_files(absroot):