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 2148b6a commit d3d11baCopy full SHA for d3d11ba
python/private/py_console_script_binary.bzl
@@ -79,7 +79,7 @@ def py_console_script_binary(
79
fail("passing 'srcs' attribute to py_console_script_binary is unsupported")
80
81
py_console_script_gen(
82
- name = name + "_gen",
+ name = name + "_gen",
83
entry_points_txt = entry_points_txt or _dist_info(pkg),
84
out = main,
85
console_script = script,
0 commit comments