Skip to content

Commit 40d6ce5

Browse files
authored
Fix run-results typo (#179)
1 parent d9497fd commit 40d6ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ import json
200200
# parse any version of run-results.json
201201
from dbt_artifacts_parser.parser import parse_run_results
202202

203-
with open("path/to/run-resultsjson", "r") as fp:
203+
with open("path/to/run-results.json", "r") as fp:
204204
run_results_dict = json.load(fp)
205205
run_results_obj = parse_run_results(run_results=run_results_dict)
206206

0 commit comments

Comments
 (0)