Skip to content

Commit

Permalink
Exclude unit test result images from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
scotty007 committed Sep 18, 2020
1 parent c24092d commit e2d0942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ def listDataFiles(dirPath):
for root, _, files in os.walk(dirPath):
if root in ignoreList:
continue
if root.endswith('resultimages'):
continue

for file_ in files:
fullPath = os.path.join(root, file_)
Expand Down

0 comments on commit e2d0942

Please sign in to comment.