From a62a46c010112e58da89f82c68e0c11236021c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 23 Nov 2013 16:25:04 +0100 Subject: [PATCH] DACA2: little cleanup of aws script --- tools/aws.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/aws.py b/tools/aws.py index 13b026d29..aa0b9a578 100644 --- a/tools/aws.py +++ b/tools/aws.py @@ -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