Skip to content

Commit

Permalink
repositories "strict" argument was not passed through to _needs_insta…
Browse files Browse the repository at this point in the history
…ll (#197)
  • Loading branch information
kellycampbell authored and pcj committed Apr 10, 2018
1 parent 110f8e2 commit 5f6195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/internal/require.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def require(keys,
if not key in excludes:
over = overrides.get(key)
data = d + over if over else d
if _needs_install(key, data, verbose=verbose):
if _needs_install(key, data, verbose=verbose, strict=strict):
data["name"] = key
required.append(data)

Expand Down

0 comments on commit 5f6195e

Please sign in to comment.