# HG changeset patch # User Paul Boddie # Date 1533487596 -7200 # Node ID a117bc8c4b709a3e9c1bb37df72999fd53c40b31 # Parent 22f6b761f4a16ce2da5166f1d5bdb286d09c4ed0 Fixed write operation involving path. diff -r 22f6b761f4a1 -r a117bc8c4b70 moinformat/output/directory.py --- a/moinformat/output/directory.py Sun Aug 05 18:16:58 2018 +0200 +++ b/moinformat/output/directory.py Sun Aug 05 18:46:36 2018 +0200 @@ -117,7 +117,7 @@ if isdir(pathname): pathname = join(pathname, self.index_name) - self.writefile(text, pathname, encoding) + self.writepath(text, pathname, encoding) output = DirectoryOutput