Skip to content

Commit

Permalink
Update transform.py
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Priour committed Aug 7, 2023
1 parent 8bb42b9 commit 71bd36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
matchCS = re.match(r'ValueSet-(.*)\.xml$', filename)
if matchCS:
matchedValue = matchCS.group(1)
output = executable.transform_to_file(source_file=dir_path +"/" +filename, stylesheet_file=xsl_file + "/fhirValueSettosvs.xslt" + , output_file=dir_path+ "/NOS/" +'ValueSet-'+matchedValue +"-svs.xml")
output = executable.transform_to_file(source_file=dir_path +"/" +filename, stylesheet_file=xsl_file + "/fhirValueSettosvs.xslt" , output_file=dir_path+ "/NOS/" +'ValueSet-'+matchedValue +"-svs.xml")
print(matchedValue)

0 comments on commit 71bd36e

Please sign in to comment.