mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
AC-982 Fix typo (missing @) from earlier commit.
This commit is contained in:
parent
e94e1978be
commit
a115988a4b
@ -143,7 +143,7 @@ def migrate_children_from_deleted_group_to_parent_groups(sender, **kwargs):
|
||||
except Inventory.DoesNotExist:
|
||||
pass
|
||||
|
||||
receiver(pre_save, sender=Group)
|
||||
@receiver(pre_save, sender=Group)
|
||||
def save_related_pks_before_group_marked_inactive(sender, **kwargs):
|
||||
if getattr(_inventory_updates, 'is_removing', False):
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user