Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stall-analyser: use 0 for default value of --minimum #2306

Merged

Commits on Jun 28, 2024

  1. stall-analyser: use 0 for default value of --minimum

    this change is a cleanup. it:
    
    - use a better name for the `--minimum` option, `args.minimum`
      is way too general.
    - use the default value of 0 instead of `None`, simpler this way
    - just reference `arg.tmin`, simpler this way
    
    Signed-off-by: Kefu Chai <[email protected]>
    tchaikov committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5fa4c9c View commit details
    Browse the repository at this point in the history