Skip to content

Commit

Permalink
Add version to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhiebert authored Aug 6, 2023
1 parent 090f419 commit c5b447d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions piptools/scripts/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ def cli(
if strip_extras is None:
strip_extras = False
log.warning(
"WARNING: --strip-extras is becoming the default. "
"To silence this warning, "
"WARNING: --strip-extras is becoming the default "
"in version 8.0.0. To silence this warning, "
"either use --strip-extras to opt into the new default "
"or use --no-strip-extras to retain the existing behavior."
)
Expand Down

0 comments on commit c5b447d

Please sign in to comment.