Skip to content

Commit 696bc41

Browse files
authored
fix: Skip copyrights check for "expected" files in L0_model_config (#7770)
1 parent 01e903a commit 696bc41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qa/common/check_copyright.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
# Copyright 2018-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions
@@ -73,6 +73,7 @@
7373
"qa/L0_model_config/special_cases",
7474
"qa/L0_model_config/cli_messages/cli_override/expected",
7575
"qa/L0_model_config/cli_messages/cli_deprecation/expected",
76+
"qa/L0_model_config/model_metrics",
7677
"qa/L0_model_namespacing/test_duplication",
7778
"qa/L0_model_namespacing/test_dynamic_resolution",
7879
"qa/L0_model_namespacing/test_ensemble_duplication",

0 commit comments

Comments
 (0)