Revision 64381ad7

b/lib/mcpu.py
208 208
      raise errors.ProgrammerError("LUs which require the BGL cannot"
209 209
                                   " be chained to granular ones.")
210 210

  
211
    assert lu_class.REQ_BGL, "ChainOpCode is still BGL-only"
212

  
211 213
    if lu_class.REQ_WSSTORE:
212 214
      sstore = ssconf.WritableSimpleStore()
213 215
    else:

Also available in: Unified diff