Skip to content

Commit

Permalink
Merge pull request #26 from zepheira/develop
Browse files Browse the repository at this point in the history
Fix: properly consume coroutine
  • Loading branch information
uogbuji authored Apr 11, 2019
2 parents 286e010 + 00c97ed commit b13bc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reader/marc.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def record_handler( model, entbase=None, vocabbase=BL, limiting=None,
#Each plug-in is a task
func = plugin.get(BF_FINAL_TASK)
if not func: continue
func()
yield from func()
#raise

return

0 comments on commit b13bc6b

Please sign in to comment.