Skip to content

Commit

Permalink
update deprecation warning for export --dev flag
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Apr 12, 2022
1 parent 5570088 commit 2ff7813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/console/commands/group_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def activated_groups(self) -> set[str]:
for opt, new, group in [
("default", "only", "default"),
("no-dev", "only", "default"),
("dev", "without", "default"),
("dev", "with", "dev"),
("dev-only", "without", "default"),
]:
if self.io.input.has_option(opt) and self.option(opt):
Expand Down

0 comments on commit 2ff7813

Please sign in to comment.