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