Skip to content

Commit b4d02b1

Browse files
authored
Update ROOT path for FHIRValidationAction
1 parent e3cf078 commit b4d02b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FHIRValidationAction/scripts/generate-report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ROOT = Path.cwd()
1010

1111
#for github repo
12-
ROOT = Path.cwd() / "validation"
12+
ROOT = Path.cwd() / "validation" / "FHIRValidationAction"
1313

1414
def parse_validation_output(results_file, ignore_list):
1515
with open(results_file) as f:

0 commit comments

Comments
 (0)