$ ./ombt2 --url amqp://localhost:5672 notify
Traceback (most recent call last):
File "./ombt2", line 1516, in
sys.exit(main())
File "./ombt2", line 1492, in main
'notifier': notifier}[args.mode](cfg, args)
File "./ombt2", line 1215, in notify_standalone
args.pool)
AttributeError: 'Namespace' object has no attribute 'pool'
Need to fix the 'notify' stand alone test:
$ ./ombt2 --url amqp://localhost:5672 notify Traceback (most recent call last): File "./ombt2", line 1516, in
sys.exit(main())
File "./ombt2", line 1492, in main
'notifier': notifier}[args.mode](cfg, args)
File "./ombt2", line 1215, in notify_standalone
args.pool)
AttributeError: 'Namespace' object has no attribute 'pool'