Skip to content

Commit

Permalink
Update QualityControlChecker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryma2fhir authored Apr 25, 2024
1 parent 610d352 commit 08554f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QualityControlChecker/QualityControlChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def checkExamples(exampleWarnings, example):
print(filename)
print(elements['id'])
if not elements['id'] == fileName:
exampleWarnings.append("\t\tid - The element is incorrect, it should be "+fileName)
exampleWarnings.append("\t\tid - The belement is incorrect, it should be "+fileName)
except:
exampleWarnings.append("\t\tid - This element is missing")
else:
Expand Down

0 comments on commit 08554f8

Please sign in to comment.