Commit 31e4771
authored
fix: correctly check the arg count in precompiler.py (bazel-contrib#2165)
This is supposed to check that all argument counts are equal, but due to
an incorrect inversion of the conditional, it was checking that *any*
pair of argument counts is equal1 parent 4761c25 commit 31e4771
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments