Skip to content

Commit a9cec6d

Browse files
authored
Update QualityControlChecker.py
1 parent b80edac commit a9cec6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QualityControlChecker/QualityControlChecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def printWarnings(warnings, file, error):
275275
continue
276276
for file in files:
277277
warnings = []
278-
if 'StructureDefintion-ext-' in file: # ignore any file brought in via hl7.fhir.uv.xver-.. packages. This is temp until the package is added to the fhir registry
278+
if 'ext-' in file: # ignore any file brought in via hl7.fhir.uv.xver-.. packages. This is temp until the package is added to the fhir registry
279279
continue
280280
if file.endswith("xml"):
281281
root,warnings = openXMLFile(path,file,warnings)

0 commit comments

Comments
 (0)