Skip to content

Commit f63976e

Browse files
committed
fix bad reconfig call
1 parent f12d146 commit f63976e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/support/sh_py_run_test.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _create_reconfig_rule(builder):
7979
builder.cfg.update_outputs(_RECONFIG_OUTPUTS)
8080
return builder.build()
8181

82-
_py_reconfig_binary = _create_reconfig_rule(create_binary_rule_builder(), True)
82+
_py_reconfig_binary = _create_reconfig_rule(create_binary_rule_builder())
8383

8484
_py_reconfig_test = _create_reconfig_rule(create_test_rule_builder())
8585

0 commit comments

Comments
 (0)