Commit babae62
authored
Fix --same-loops flag in compile subprocess invocation (#475)
When the compile subcommand spawns a "pyperformance run"
subprocess, it constructs --same_loops on the command line
where argparse only accepts --same-loops. Change the flag to
use the hyphenated form.1 parent 92747ed commit babae62
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
| 574 | + | |
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| |||
0 commit comments