Skip to content

Commit

Permalink
fix: dry run output was inaccurate (#24075)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverb123 authored Jul 31, 2024
1 parent 6145940 commit 3d665f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ def handle(self, *args, **options):
updated = found_configs.update(plugin=new_plugin)
print(f"Updated {updated} rows") # noqa T201
else:
print(f"Would update {len(target_ids)} rows") # noqa T201
print(f"Would update {len(found_configs)} rows") # noqa T201

0 comments on commit 3d665f4

Please sign in to comment.