Revision 049088b2 scripts/gnt-job

b/scripts/gnt-job
85 85
      "start_ts": "Start",
86 86
      "end_ts": "End",
87 87
      "received_ts": "Received",
88
      "lock_status": "LockStatus",
89 88
      }
90 89
  else:
91 90
    headers = None
......
109 108
        val = FormatTimestamp(val)
110 109
      elif field in ("opstart", "opexec", "opend"):
111 110
        val = [FormatTimestamp(entry) for entry in val]
112
      elif field == "lock_status" and not val:
113
        val = "-"
114 111

  
115 112
      row[idx] = str(val)
116 113

  

Also available in: Unified diff