Revision 1d2dcdfd scripts/gnt-job

b/scripts/gnt-job
81 81
      "start_ts": "Start",
82 82
      "end_ts": "End",
83 83
      "received_ts": "Received",
84
      "lock_status": "LockStatus",
84 85
      }
85 86
  else:
86 87
    headers = None
......
104 105
        val = FormatTimestamp(val)
105 106
      elif field in ("opstart", "opend"):
106 107
        val = [FormatTimestamp(entry) for entry in val]
108
      elif field == "lock_status" and not val:
109
        val = "-"
107 110

  
108 111
      row[idx] = str(val)
109 112

  

Also available in: Unified diff