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 19, 2024
1 parent cc15575 commit 34c23f7
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 @@ -104,7 +104,7 @@ def checkElementNamingConvention(mainVar, elements, warnings, file, path):
fileName = '-'.join(fileName.split('-')[1:])
elementsCheck['id'] = fileName

try:
if 'url' in elements:
elements['url prefix'] = '/'.join(elements['url'].split('/')[:-1])
if elements['url prefix'] not in mainVar['ignoreURLPrefix']:
elementsCheck['urlPrefix'] = mainVar['urlPrefix']+assets[path]
Expand Down

0 comments on commit 34c23f7

Please sign in to comment.