mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
fix analytics logging msg
This commit is contained in:
@@ -25,7 +25,7 @@ class Command(BaseCommand):
|
|||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
tgz = gather()
|
tgz = gather()
|
||||||
self.init_logging()
|
self.init_logging()
|
||||||
if not tgz:
|
if tgz:
|
||||||
self.logger.debug(tgz)
|
self.logger.debug(tgz)
|
||||||
if options.get('ship'):
|
if options.get('ship'):
|
||||||
ship(tgz)
|
ship(tgz)
|
||||||
|
|||||||
Reference in New Issue
Block a user