daca2: cleanup large files before cppcheck starts
This commit is contained in:
parent
91e23c0660
commit
072c80bde8
|
@ -93,6 +93,8 @@ def scanarchive(fullpath):
|
||||||
if dirname is None:
|
if dirname is None:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
removeLargeFiles('')
|
||||||
|
|
||||||
print('cppcheck "' + dirname + '"')
|
print('cppcheck "' + dirname + '"')
|
||||||
p = subprocess.Popen(
|
p = subprocess.Popen(
|
||||||
['nice',
|
['nice',
|
||||||
|
|
Loading…
Reference in New Issue