mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
Merge pull request #3948 from rooftopcellist/fix_analytics_log_msg
fix analytics logging msg
Reviewed-by: awxbot
https://github.com/awxbot
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