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:
softwarefactory-project-zuul[bot] 2019-05-23 18:55:55 +00:00 committed by GitHub
commit 1ce587025e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)