Home
last modified time | relevance | path

Searched refs:connectionErrHandler (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py123 return connectionErrHandler(args.json, "Timeout", None)
126 return connectionErrHandler(args.json, "ConnectionError", err)
233 def connectionErrHandler(jsonFormat, errorStr, err): function
407 print(connectionErrHandler(args.json, "Timeout", None))
410 print( connectionErrHandler(args.json, "ConnectionError", err))
461 return (connectionErrHandler(jsonFormat, "Timeout", None))
463 return (connectionErrHandler(jsonFormat, "ConnectionError", err))
479 print(connectionErrHandler(jsonFormat, "Timeout", None))
508 return(connectionErrHandler(args.json, "Timeout", None))
552 return(connectionErrHandler(args.json, "Timeout", None))
[all …]