Searched defs:err_txt (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Dclient_api.py1128 err_txt = "\n".join(e.verbose_info) variable
1129 if err_txt:
1130 errors_json.append({"reason": err_txt})
2421 err_txt = ""
2425 err_txt += "\n"
2430 err_txt += _("""\
2434 err_txt += _("""\
2438 err_txt += "\n"
2440 err_txt += " {0}".format(p)
2441 errors_json.append({"reason": err_txt,
[all...]

Completed in 16 milliseconds