diff --git a/diag_cmd.py b/diag_cmd.py index 2056cfda..1ffa72f0 100644 --- a/diag_cmd.py +++ b/diag_cmd.py @@ -883,7 +883,7 @@ def _input_parameters_scene(self, option, opt_str, value, parser): return except Exception as e: # raise Exception("Failed to parse input_parameters. Please check the option is json:{0}".format(value)) - ROOT_IO.warn(f"input_parameters option {value} is not json.") + ROOT_IO.verbose("input_parameters option {0} is not json.".format(value)) # input_parameters option is key=val format key, val = value.split('=', 1)