Skip to content

Commit cd46d9f

Browse files
committed
Missed a previous change
1 parent 3bf1fa3 commit cd46d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/py_console_script_binary.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def py_console_script_binary(
5252
entry_points_txt = None,
5353
script = None,
5454
binary_rule = py_binary,
55-
shebang = None,
55+
shebang = "",
5656
**kwargs):
5757
"""Generate a py_binary for a console_script entry_point.
5858

0 commit comments

Comments
 (0)