home » dokk/manpages.git
Author zPlus <zplus@peers.community> 2023-11-22 18:01:25
Committer zPlus <zplus@peers.community> 2023-11-22 18:01:25
Commit 8f6a317 (patch)
Tree 274aef8
Parent(s)

Fix graph name in print function.


commits diff: 66d1a2f..8f6a317
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rwxr-xr-x scripts/rdf.py 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   scripts/rdf.py
index bef538c..86f3e5e
old size: 4K - new size: 4K
@@ -76,7 +76,7 @@ for absolute_file_path in pathlib.Path(DEBIMAN_SERVING_DIR).glob('**/*.roff'):
76 76 g_page.add((page_ref, URIRef(MANPAGE.plaintext), Literal(plaintext)))
77 77 g_page.add((page_ref, URIRef(MANPAGE.html), Literal(html)))
78 78
79 - print(g.serialize(format='nt'))
79 + print(g_page.serialize(format='nt'))
80 80
81 81 # Create a graph node for this package
82 82 # Link to the page node