Skip to content
Snippets Groups Projects
Verified Commit e821ac71 authored by David Beniamine's avatar David Beniamine
Browse files

Fix extension for rdf output

parent c42a08cd
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ def convertUnl(unl, outputs):
# Handle rdf output if any
if 'rdf' in outputs:
fname = '{}/{}.rdf'.format(out_dir, out_name)
fname = '{}/{}.ttl'.format(out_dir, out_name)
with open(fname, 'r') as f:
res['rdf'] = f.read()
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment