mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
Merge remote-tracking branch 'origin/master' into diptiBranch-solidifyingV1
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
@@ -288,7 +288,7 @@ class LFRequest:
|
||||
print("----- Response: --------------------------------------------------------")
|
||||
LFUtils.debug_printer.pprint(myresponses[0].reason)
|
||||
print("------------------------------------------------------------------------")
|
||||
if die_on_error_ == True:
|
||||
if (error.code != 404) and (die_on_error_ == True):
|
||||
traceback.print_stack(limit=15)
|
||||
exit(1)
|
||||
except urllib.error.URLError as uerror:
|
||||
|
||||
Reference in New Issue
Block a user