X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/0289b545510700fe90f881ae52f4a70b3dd6916a..e870e40d5fb975ba9ec0ec327014b3d16eea51e4:/src/librarian/builders/txt.py?ds=inline diff --git a/src/librarian/builders/txt.py b/src/librarian/builders/txt.py index 2830e89..3f19346 100644 --- a/src/librarian/builders/txt.py +++ b/src/librarian/builders/txt.py @@ -88,7 +88,7 @@ class TxtBuilder: def push_legacy_margin(self, margin, where=None): self.current_fragments[-1].push_legacy_margin(margin) - def build(self, document, raw_text=False): + def build(self, document, raw_text=False, **kwargs): document.tree.getroot().txt_build(self) meta = document.meta