You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new section using, for example, sectn=Section(style='sss', name='nnn') the section will be created with style & name both set to 'sss'.
The reason for this appears to be line 51 of section.py which reads 'self.name=style' instead of 'self.name=name'
Please forgive my not forking, patching & creating a pull request as I'm currently developing some software that writes .ODT files using the pip version of odfdo & don't want to risk confusing my environment
The text was updated successfully, but these errors were encountered:
When creating a new section using, for example, sectn=Section(style='sss', name='nnn') the section will be created with style & name both set to 'sss'.
The reason for this appears to be line 51 of section.py which reads 'self.name=style' instead of 'self.name=name'
Please forgive my not forking, patching & creating a pull request as I'm currently developing some software that writes .ODT files using the pip version of odfdo & don't want to risk confusing my environment
The text was updated successfully, but these errors were encountered: