Traceback (most recent call last):
File "/Users/bobbyrullo/Documents/workspace/chandler/application/Application.py", line 669, in OnCommand
Block.post (blockEvent, arguments, block)
File "/Users/bobbyrullo/Documents/workspace/chandler/parcels/osaf/framework/blocks/Block.py", line 188, in post
hookItem.dispatchEvent (event, Block.depth)
File "/Users/bobbyrullo/Documents/workspace/chandler/parcels/osaf/framework/blocks/Block.py", line 1068, in dispatchEvent
probableMainView = sidebarBPB.childrenBlocks.first().childrenBlocks.first()
AttributeError: 'NoneType' object has no attribute 'childrenBlocks'
Traceback (most recent call last):
File "/Users/bobbyrullo/Documents/workspace/chandler/application/Application.py", line 669, in OnCommand
Block.post (blockEvent, arguments, block)
File "/Users/bobbyrullo/Documents/workspace/chandler/parcels/osaf/framework/blocks/Block.py", line 188, in post
hookItem.dispatchEvent (event, Block.depth)
File "/Users/bobbyrullo/Documents/workspace/chandler/parcels/osaf/framework/blocks/Block.py", line 1068, in dispatchEvent
probableMainView = sidebarBPB.childrenBlocks.first().childrenBlocks.first()
AttributeError: 'NoneType' object has no attribute 'childrenBlocks'