fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lxml update
[librarian.git]
/
src
/
librarian
/
document.py
diff --git
a/src/librarian/document.py
b/src/librarian/document.py
index
a3ee093
..
fbaf6ca
100644
(file)
--- a/
src/librarian/document.py
+++ b/
src/librarian/document.py
@@
-33,7
+33,7
@@
class WLDocument:
def children(self):
for part_uri in self.meta.parts or []:
yield type(self)(
- filename=self.provider.by_
uri(part_uri
),
+ filename=self.provider.by_
slug(part_uri.slug
),
provider=self.provider
)