mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
LFRequest.py: error message prints out called URL
Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
committed by
Jed Reynolds
parent
1fbadc99fb
commit
e446aaed39
@@ -381,6 +381,7 @@ def print_diagnostics(url_=None, request_=None, responses_=None, error_=None, er
|
||||
xerrors.append("%s: %s" % (headername, err_headers.get(headername)))
|
||||
if len(xerrors) > 0:
|
||||
print(" = = LANforge Error Messages = =")
|
||||
print(" = = URL: %s" % err_full_url)
|
||||
for xerr in xerrors:
|
||||
print(xerr)
|
||||
if (error_list_ is not None) and isinstance(error_list_, list):
|
||||
|
||||
Reference in New Issue
Block a user