[FIX] W503 Line break before binary operator

This commit is contained in:
Stefan Rijnhart
2016-03-24 21:07:35 +01:00
parent bd60150f10
commit 1f21d20df6

View File

@@ -94,8 +94,8 @@ class ReportAssembleXML(orm.Model):
for rep in self.browse(cr, uid, ids, context=context):
if rep.report_type != 'assemblage':
continue
if (vals.get('report_name', False)
and vals['report_name'] != rep.report_name):
if (vals.get('report_name', False) and
vals['report_name'] != rep.report_name):
report_name = vals['report_name']
else:
report_name = rep.report_name