summaryrefslogtreecommitdiff
path: root/fs/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'fs/base.py')
-rw-r--r--fs/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/base.py b/fs/base.py
index b112c64..c1c363d 100644
--- a/fs/base.py
+++ b/fs/base.py
@@ -790,7 +790,7 @@ class FS(object):
if not data:
progress_callback(0)
- self.createfile(path)
+ self.createfile(path, wipe=True)
finished_callback()
return 0