Commit c033d2b5 authored by owsla's avatar owsla

Fix typo in Main.py introduced in 1.1.9


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@805 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent fbffad67
New in v1.1.11 (????/??/??) New in v1.1.11 (????/??/??)
--------------------------- ---------------------------
Fix typo in Main.py introduced in 1.1.9 (Andrew Ferguson)
FIFOs don't have extended attributes -- don't try to access them. FIFOs don't have extended attributes -- don't try to access them.
(Andrew Ferguson) (Andrew Ferguson)
......
...@@ -385,7 +385,7 @@ def backup_set_rbdir(rpin, rpout): ...@@ -385,7 +385,7 @@ def backup_set_rbdir(rpin, rpout):
try: try:
rpout.chmod(0700) # just make sure permissions aren't too lax rpout.chmod(0700) # just make sure permissions aren't too lax
except OSError: except OSError:
log.Log("Cannot change permissions on target directory.", 2) Log("Cannot change permissions on target directory.", 2)
elif not Globals.rbdir.lstat() and not force: Log.FatalError( elif not Globals.rbdir.lstat() and not force: Log.FatalError(
"""Destination directory """Destination directory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment