433,434c433,436
< init = ' = %s_FIRST' % self.c_ident if i == 0 else ''
<
---
> if i == 0:
> init = ' = %s_FIRST' % self.c_ident
> else:
> init = ''