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 08554f8 commit cb9fe74
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 @@ -218,7 +218,7 @@ def checkExamples(exampleWarnings, example):
elementsexampleWarnngs = openJSONFile("examples",example, exampleWarnings)
if elements != {}:
try:
print(filename)
print(fileName)
print(elements['id'])
if not elements['id'] == fileName:
exampleWarnings.append("\t\tid - The belement is incorrect, it should be "+fileName)
Expand Down

0 comments on commit cb9fe74

Please sign in to comment.