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 e8b8ce7 commit def0dd5Copy full SHA for def0dd5
piptools/scripts/compile.py
@@ -410,7 +410,7 @@ def cli(
410
)
411
412
if config:
413
- log.info(f"Using pip-tools configuration defaults found in '{config !s}'.")
+ log.debug(f"Using pip-tools configuration defaults found in '{config !s}'.")
414
415
if resolver_name == "legacy":
416
log.warning(
piptools/scripts/sync.py
@@ -147,7 +147,7 @@ def cli(
147
sys.exit(2)
148
149
150
151
152
if python_executable:
153
_validate_python_executable(python_executable)
0 commit comments