Flake8 failing fixed

This commit is contained in:
oihane
2014-10-20 09:18:43 +02:00
committed by lreficent
parent 53944a458a
commit 6c18f709a4

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