mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Fix LFRequest.get so it inherits debug commands from the class
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -321,7 +321,7 @@ class LFCliBase:
|
||||
proxies_=self.proxy,
|
||||
debug_=debug_,
|
||||
die_on_error_=self.exit_on_error)
|
||||
json_response = lf_r.get_as_json(debug_=debug_, die_on_error_=False)
|
||||
json_response = lf_r.get_as_json()
|
||||
#debug_printer.pprint(json_response)
|
||||
if (json_response is None):
|
||||
if debug_:
|
||||
|
||||
Reference in New Issue
Block a user