We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489fc6c commit a33f01aCopy full SHA for a33f01a
tools/daca2.py
@@ -144,7 +144,7 @@ def scanarchive(filepath):
144
elif filename[-4:] == '.bz2':
145
subprocess.call(['tar', 'xjvf', filename])
146
147
- if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:6] == 'iceowl' or filename[:7] == 'insight' or filename[:8] == 'valgrind':
+ if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:6] == 'iceowl' or filename[:7] == 'insight' or filename[:8] == 'valgrind' or filename[:9] == 'wxwidgets':
148
results = open('results.txt', 'at')
149
results.write('fixme: skipped package to avoid hang\n')
150
results.close()
0 commit comments