emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.06k stars 71 forks source link

pipeline injector #232

Closed josejachuf closed 5 years ago

josejachuf commented 5 years ago

Hi @gi0baro Something changed in version 1.3 that broke all the injectors (in 1.2.11 it works fine)

File "/my_path/venv36/lib/python3.6/site-packages/weppy/pipeline.py", line 131, in init for attr in set(dir(self)) - self._pipelinemethods: AttributeError: 'MyIjector' object has no attribute '_pipelinemethods'

gi0baro commented 5 years ago

@josejachuf should be fixed with ce11697, can you try latest master?

josejachuf commented 5 years ago

@gi0baro works fine Thanks