summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-03-27 19:30:06 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-03-27 19:30:06 +0000
commit255ff815f53ef29eba764ed5ab859b63fb863161 (patch)
treeafe4694ee8afdd3bd3bd7027ab56ea1c53562f53 /rdiff-backup/rdiff_backup
parent812fddc9d674b762e56f343a7dbc6fbe87fb64e9 (diff)
downloadrdiff-backup-255ff815f53ef29eba764ed5ab859b63fb863161.tar.gz
main - fixed error reporting bug in restore check pathnames
rpath - noted that tupled_lstat unnecessary after 2.2.1 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@30 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup')
-rw-r--r--rdiff-backup/rdiff_backup/rpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/rpath.py b/rdiff-backup/rdiff_backup/rpath.py
index 56be1d1..c1f0a44 100644
--- a/rdiff-backup/rdiff_backup/rpath.py
+++ b/rdiff-backup/rdiff_backup/rpath.py
@@ -173,7 +173,7 @@ class RPathStatic:
Later versions of os.lstat return a special lstat object,
which can confuse the pickler and cause errors in remote
- operations.
+ operations. This has been fixed in Python 2.2.1.
"""
try: return tuple(os.lstat(filename))