run_cv_scenario.py: quieter

This commit is contained in:
Jed Reynolds
2020-06-30 13:49:20 -07:00
parent 2fe9eefcea
commit f7998e3df0

View File

@@ -105,10 +105,7 @@ class RunCvScenario(LFCliBase):
debug_par="?_debug=1"
print("List: ", type(response_json))
if command.endswith("is_built"):
print("xxxxxxxxxx command %s xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" % command)
self.localrealm.wait_while_building(debug_=debug_)
print("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
exit(1)
else:
print("yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy")
response = self.json_post("/gui-json/cmd%s" % debug_par, data, debug_=True, response_json_list_=response_json)