Skip to content

Commit 03dc137

Browse files
authored
fix pip_compile pip_compile select_golden_requirements_file invocation arguments (bazel-contrib#826)
fix arguments order
1 parent ccbb05e commit 03dc137

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
@@ -120,8 +120,8 @@ def _select_golden_requirements_file(
120120
elif e.code == 0:
121121
golden_filename = _select_golden_requirements_file(
122122
requirements_txt,
123-
requirements_darwin,
124123
requirements_linux,
124+
requirements_darwin,
125125
requirements_windows,
126126
)
127127
golden = open(golden_filename).readlines()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy