Skip to content

Commit cf58dc9

Browse files
committed
tools: cove_checks: Update the common_checks_360 arguments for new dqt
1 parent e3a2ed6 commit cf58dc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/cove_checks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def main():
6666
file_path,
6767
file_type,
6868
lib_cove_config,
69-
schema.schema_url,
69+
schema.schema_file,
70+
schema.pkg_schema_file
7071
)
7172
)
7273
with open(context["converted_path"], "r") as fp_data:

0 commit comments

Comments
 (0)