Skip to content

Python trace is displayed when passing incorrect values for optional parameters

Seen on nightly 17/10

When passing incorrect parameters, and more specifically text instead of integers, a python trace is displayed.

For example:

  • --job_depth=test
  • --step_depth=test
  • --max_command_length=test

image