collective / collective.transmogrifier

A configurable pipeline, aimed at transforming content for import and export
Other
5 stars 8 forks source link

Splitter Section Broken in Python3 Branch #20

Closed flipmcf closed 4 years ago

flipmcf commented 4 years ago

Possibly only in python3.

  Module collective.transmogrifier.utils, line 124, in constructPipeline
  Module collective.transmogrifier.sections.splitter, line 117, in __init__
  Module collective.transmogrifier.sections.splitter, line 117, in <listcomp>
  Module collective.transmogrifier.transmogrifier, line 119, in __iter__
AttributeError: 'Options' object has no attribute 'mylist'

it looks like options can't be iterated over anymore, so when the splitter tries to find the pipe id's it fails. Line 117 in sections.py is a good place to pdb.