Skip to content

Commit

Permalink
chore(unit): explicitely use kwarg here to make intetion clear
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 13, 2024
1 parent eb52b6e commit f6b58e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/trans/models/unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ def propagate(self, user, change_action=None, author=None, request=None):
unit.state = self.state
unit.save_backend(
user,
False,
propagate=False,
change_action=change_action,
author=None,
run_checks=False,
Expand Down

0 comments on commit f6b58e0

Please sign in to comment.