8000 Update python/pip_install/pip_compile.py · bazel-contrib/rules_python@914107d · GitHub
[go: up one dir, main page]

Skip to content

Commit 914107d

Browse files
alexeagleJonathon Belotti
andauthored
Update python/pip_install/pip_compile.py
Co-authored-by: Jonathon Belotti <jonathon@canva.com>
1 parent 01778f8 commit 914107d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pip_install/pip_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
try:
7272
print("Checking " + requirements_txt)
7373
cli()
74-
print("cl() should exit", file=sys.stderr)
74+
print("cli() should exit", file=sys.stderr)
7575
sys.exit(1)
7676
except SystemExit:
7777
golden = open(requirements_txt).readlines()

0 commit comments

Comments
 (0)
0