mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
Address rebase fallout
This commit is contained in:
committed by
Alan Rominger
parent
e61f79c8c3
commit
66bdcee854
@@ -967,7 +967,6 @@ class Command(BaseCommand):
|
|||||||
|
|
||||||
begin = time.time()
|
begin = time.time()
|
||||||
with advisory_lock('inventory_{}_update'.format(self.inventory.id)):
|
with advisory_lock('inventory_{}_update'.format(self.inventory.id)):
|
||||||
self.load_inventory_from_database()
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.check_license()
|
self.check_license()
|
||||||
|
|||||||
Reference in New Issue
Block a user