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:
|
||||
return
|
||||
|
||||
removeLargeFiles('')
|
||||
|
||||
print('cppcheck "' + dirname + '"')
|
||||
p = subprocess.Popen(
|
||||
['nice',
|
||||
|
|
Loading…
Reference in New Issue