Skip to content

Commit

Permalink
Change the warn prompt information to verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong-ji committed Aug 12, 2024
1 parent 072d267 commit 1f77752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1f77752

Please sign in to comment.