diff --git a/lms/djangoapps/certificates/management/commands/modify_cert_template.py b/lms/djangoapps/certificates/management/commands/modify_cert_template.py index 4c4c3baba6..747ef68e0b 100644 --- a/lms/djangoapps/certificates/management/commands/modify_cert_template.py +++ b/lms/djangoapps/certificates/management/commands/modify_cert_template.py @@ -87,7 +87,8 @@ class Command(BaseCommand): options = self.get_args_from_database() log.info( - "modify_cert_template starting, dry-run={dry_run}, templates={templates}, old-text={old}, new-text={new}".format( + "modify_cert_template starting, dry-run={dry_run}, templates={templates}, " + "old-text={old}, new-text={new}".format( dry_run=options["dry_run"], templates=options["templates"], old=options["old_text"],