From 9af9bc2c12198d3250438118fd70ba6fe8d497ac Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Sep 2002 08:12:38 +0000 Subject: Various changes, including stopped checking directory sizes when comparing RORPaths. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@190 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/lazy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rdiff-backup/rdiff_backup/lazy.py') diff --git a/rdiff-backup/rdiff_backup/lazy.py b/rdiff-backup/rdiff_backup/lazy.py index 4c32b5d..e583676 100644 --- a/rdiff-backup/rdiff_backup/lazy.py +++ b/rdiff-backup/rdiff_backup/lazy.py @@ -339,7 +339,7 @@ class ITRBranch: def on_error(self, exc, *args): """This is run on any exception in start/end-process""" self.caught_exception = 1 - if args and isinstance(args[0], tuple): + if args and args[0] and isinstance(args[0], tuple): filename = os.path.join(*args[0]) elif self.index: filename = os.path.join(*self.index) else: filename = "." -- cgit v1.2.1