From 8f6a317e86d4dda986c04c638c979b6bf4a0da8f Mon Sep 17 00:00:00 2001 From: zPlus Date: Wed, 22 Nov 2023 19:01:25 +0100 Subject: [PATCH] Fix graph name in print function. --- scripts/rdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rdf.py b/scripts/rdf.py index bef538c..86f3e5e 100755 --- a/scripts/rdf.py +++ b/scripts/rdf.py @@ -76,7 +76,7 @@ for absolute_file_path in pathlib.Path(DEBIMAN_SERVING_DIR).glob('**/*.roff'): g_page.add((page_ref, URIRef(MANPAGE.plaintext), Literal(plaintext))) g_page.add((page_ref, URIRef(MANPAGE.html), Literal(html))) - print(g.serialize(format='nt')) + print(g_page.serialize(format='nt')) # Create a graph node for this package # Link to the page node