PEP fixes
This commit is contained in:
parent
ab82f07ef1
commit
3dde0dbb2b
|
|
@ -839,7 +839,7 @@ class Build(MPTTModel, ReferenceIndexingMixin):
|
|||
quantity = bom_item.quantity
|
||||
|
||||
if output:
|
||||
quantity *= output.quantity
|
||||
quantity *= output.quantity
|
||||
else:
|
||||
quantity *= self.quantity
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue