Skip to content

Commit b138f96

Browse files
tp5uiucdavemichael
authored andcommitted
fix : exclude venv activation script
Signed-off-by: tejaswinp <tejaswinp@nvidia.com>
1 parent c047a02 commit b138f96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

demo/tests/test_license_headers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def find_files_by_pattern(cls, root_path, patterns):
5555
exclude_dirs = {
5656
"build",
5757
"site-packages",
58+
"activate_this.py",
5859
}
5960

6061
files = []

0 commit comments

Comments
 (0)