Skip to content

Commit b80edac

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

QualityControlChecker/QualityControlChecker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ 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
279+
continue
278280
if file.endswith("xml"):
279281
root,warnings = openXMLFile(path,file,warnings)
280282
root,warnings = checkRetiredStatusXML(root, warnings)

0 commit comments

Comments
 (0)