summaryrefslogtreecommitdiff
path: root/fs/base.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-18 19:34:54 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-18 19:34:54 +0000
commit26be977288347ef7202ebd4035b0020daf7edb8b (patch)
tree46aa6966a7d3edcd170f0e2601691a4af3fc39d8 /fs/base.py
parent9c69df76498cb902cc6dde16a1ceda7dd6f4c452 (diff)
downloadpyfilesystem-26be977288347ef7202ebd4035b0020daf7edb8b.tar.gz
Added openers for Tahoe and Dav
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@559 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/base.py')
-rw-r--r--fs/base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/base.py b/fs/base.py
index 738910d..4983c6a 100644
--- a/fs/base.py
+++ b/fs/base.py
@@ -845,6 +845,8 @@ class FS(object):
:param overwrite: if True, then an existing file at the destination path
will be silently overwritten; if False then an exception
will be raised in this case.
+ :param overwrite: When True the destination will be overwritten (if it exists),
+ otherwise a DestinationExistsError will be thrown
:type overwrite: bool
:param chunk_size: Size of chunks to use when copying, if a simple copy
is required