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 7942d74 commit 2bec7f7
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 @@ -111,7 +111,7 @@ def checkElementNamingConvention(mainVar, elements, warnings, file, path):
elements['url suffix'] = elements['url'].split('/')[-1]
elementsCheck['url suffix'] = fileName
except:
print("url - could not check prefix and suffix\nmainVar:",mainVar,"\nelements:",elements,"\nsuffix:",elements['url'].split('/')[-1])
print("url - could not check prefix and suffix\nmainVar:",mainVar,"\nelements:",elements,"\nsuffix:",elements['url'])
pass

elementsCheck['name'] = ''.join(fileName.split('-'))
Expand Down

0 comments on commit 2bec7f7

Please sign in to comment.