Revision a6070ef7 lib/cli.py

b/lib/cli.py
2402 2402
    if status == constants.QRFS_UNAVAIL:
2403 2403
      return "(unavail)"
2404 2404

  
2405
    if status == constants.QRFS_OFFLINE:
2406
      return "(offline)"
2407

  
2405 2408
    raise NotImplementedError("Unknown status %s" % status)
2406 2409

  
2407 2410

  

Also available in: Unified diff