From 75a0dccacce7b4c02b89baf429ede8a7169369e1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 18 Oct 2016 09:06:47 +0300 Subject: Fix variable name --- obnamlib/plugins/backup_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.1