Commit 2cac709
committed
Fix incorrect timing parameter passed to run_scanners
The run_scanners call was passing 'timeout' (a float, default 120.0)
as the 'timing' argument instead of the 'timing' boolean flag. This
caused per-file scan timings to always be collected regardless of
the --timing CLI option.
Signed-off-by: codewithfourtix <codewithfourtix@gmail.com>1 parent d320c97 commit 2cac709
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
966 | 966 | | |
967 | 967 | | |
968 | 968 | | |
969 | | - | |
| 969 | + | |
970 | 970 | | |
971 | 971 | | |
972 | 972 | | |
| |||
0 commit comments