creates the two output files at length 0 and then hangs when getting events:
File "/Users/azaroth/install/bin/marc2bf", line 60, in <module>
run(inputs=args.inputs or sys.stdin, base=args.base, out=args.out, limit=args.limit, rdfttl=args.rdfttl, config=args.config, verbose=args.verbose, mods=args.mod)
File "/Users/azaroth/install/bin/marc2bf", line 30, in run
bfconvert(inputs=inputs, base=base, out=out, limit=limit, rdfttl=rdfttl, config=config, verbose=verbose, logger=logger)
File "/Users/azaroth/install/lib/python3.4/site-packages/bibframe/reader/marcxml.py", line 157, in bfconvert
loop.run_forever()
File "/Users/azaroth/install/lib/python3.4/asyncio/base_events.py", line 184, in run_forever
self._run_once()
File "/Users/azaroth/install/lib/python3.4/asyncio/base_events.py", line 795, in _run_once
event_list = self._selector.select(timeout)
File "/Users/azaroth/install/lib/python3.4/selectors.py", line 494, in select
kev_list = self._kqueue.control(None, max_ev, timeout)
KeyboardInterrupt
Command line from the readme used:
creates the two output files at length 0 and then hangs when getting events: