We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cf078 commit b4d02b1Copy full SHA for b4d02b1
1 file changed
FHIRValidationAction/scripts/generate-report.py
@@ -9,7 +9,7 @@
9
#ROOT = Path.cwd()
10
11
#for github repo
12
-ROOT = Path.cwd() / "validation"
+ROOT = Path.cwd() / "validation" / "FHIRValidationAction"
13
14
def parse_validation_output(results_file, ignore_list):
15
with open(results_file) as f:
0 commit comments