summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/lazy.py
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-09-05 08:12:38 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-09-05 08:12:38 +0000
commit9af9bc2c12198d3250438118fd70ba6fe8d497ac (patch)
tree12aa023b7ef738bb26d4fbc0ba9c6de6f75f2c05 /rdiff-backup/rdiff_backup/lazy.py
parent03dd1fbe5a1ac8e17d8a28c93fac7cfcc156fb9d (diff)
downloadrdiff-backup-9af9bc2c12198d3250438118fd70ba6fe8d497ac.tar.gz
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
Diffstat (limited to 'rdiff-backup/rdiff_backup/lazy.py')
-rw-r--r--rdiff-backup/rdiff_backup/lazy.py2
1 files changed, 1 insertions, 1 deletions
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 = "."