Skip to content
Snippets Groups Projects
Commit 826a63b5 authored by Ludwig Forsberg's avatar Ludwig Forsberg
Browse files

Fixed qald linked data

parent 8ab13f1c
Branches
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
File moved
...@@ -52,7 +52,7 @@ print("Faults: ", faults) ...@@ -52,7 +52,7 @@ print("Faults: ", faults)
print("Empty: ", empty) print("Empty: ", empty)
with open(output_file, 'w', encoding='utf-8') as output: with open(output_file, 'w', encoding='utf-8') as output:
json.dump(data, output) json.dump(out, output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment