DACA2: little cleanup of aws script

This commit is contained in:
Daniel Marjamäki 2013-11-23 16:25:04 +01:00
parent a35a3236d6
commit a62a46c010
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ def daca2(foldernum):
subprocess.call(['python', 'tools/daca2.py', folder, '--rev=' + rev])
subprocess.call(['python', 'tools/daca2.py', 'lib' + folder, '--rev=' + rev])
daca2report()
subprocess.call(['make', 'clean'])
foldernum = 0