fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rel
[librarian.git]
/
src
/
librarian
/
elements
/
root
/
__init__.py
diff --git
a/src/librarian/elements/root/__init__.py
b/src/librarian/elements/root/__init__.py
index
8e624bd
..
541895a
100644
(file)
--- a/
src/librarian/elements/root/__init__.py
+++ b/
src/librarian/elements/root/__init__.py
@@
-17,6
+17,8
@@
class Utwor(WLElement):
# This should not generally happen.
if self.getparent() is not None:
return self.getparent().meta
# This should not generally happen.
if self.getparent() is not None:
return self.getparent().meta
+ # Fallback
+ return self.document.base_meta
@property
def master(self):
@property
def master(self):