mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
fix analytics logging msg
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user