Skip to content

Commit 0020f3a

Browse files
committed
improved zip demo apps script
1 parent eb1e69a commit 0020f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zipdemo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
files = {}
1212

1313
def exclude(filename):
14-
return filename.endswith('.pdb') #or ('nunit' in filename)
14+
return filename.endswith('.pdb') or ('.vshost.' in filename)
1515

1616
for folder in folders:
1717
fullpath = folder + "\\bin\\debug\\"

0 commit comments

Comments
 (0)