[FIX] Flake8 failing fixed

This commit is contained in:
oihane
2014-10-20 09:18:43 +02:00
parent 2e6d11d4ba
commit a17b58199b

View File

@@ -510,7 +510,7 @@ class QcTest(orm.Model):
fill = test.test_template_id.fill_correct_values
for line in test.test_template_id.test_template_line_ids:
data = self._prepare_test_line(
cr, uid, test, line, fill=fill or force_fill, context=context)
cr, uid, test, line, fill=fill or force_fill, context=context)
new_data.append((0, 0, data))
return new_data