We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f837f7 commit f4b8542Copy full SHA for f4b8542
go/private/actions/compilepkg.bzl
@@ -90,7 +90,7 @@ def emit_compilepkg(
90
fail("nogo must be specified if and only if out_nogo_log is specified")
91
if have_nogo != (out_nogo_validation != None):
92
fail("nogo must be specified if and only if out_nogo_validation is specified")
93
- if bool(nogo) != bool(out_nogo_fix):
+ if have_nogo != (out_nogo_fix != None):
94
fail("nogo must be specified if and only if out_nogo_fix is specified")
95
96
if cover and go.coverdata:
0 commit comments