Skip to content

Commit 5f6195e

Browse files
kellycampbellpcj
authored andcommitted
repositories "strict" argument was not passed through to _needs_install (#197)
1 parent 110f8e2 commit 5f6195e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf/internal/require.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def require(keys,
8282
if not key in excludes:
8383
over = overrides.get(key)
8484
data = d + over if over else d
85-
if _needs_install(key, data, verbose=verbose):
85+
if _needs_install(key, data, verbose=verbose, strict=strict):
8686
data["name"] = key
8787
required.append(data)
8888

0 commit comments

Comments
 (0)