Revision f68cc544 autotools/build-rpc

b/autotools/build-rpc
77 77
    sw.Write("")
78 78

  
79 79
  note = ["This is a %s call" % kind]
80
  if timeout:
80
  if timeout and not callable(timeout):
81 81
    note.append(" with a timeout of %s" % utils.FormatSeconds(timeout))
82 82
  sw.Write("@note: %s", "".join(note))
83 83

  

Also available in: Unified diff