We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30984ff commit b577b12Copy full SHA for b577b12
tools/daca2.py
@@ -141,9 +141,9 @@ def scanarchive(filepath):
141
elif filename[-4:] == '.bz2':
142
subprocess.call(['tar', 'xjvf', filename])
143
144
- if filename[:5] == 'flite':
+ if filename[:5] == 'flite' or filename[:5] == 'boost':
145
results = open('results.txt', 'at')
146
- results.write('fixme: the flite package is skipped\n')
+ results.write('fixme: skipped package to avoid hang\n')
147
results.close()
148
return
149
0 commit comments