From ce48516c90334536c816ba67567c06987ca5d036 Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Thu, 11 Jan 2024 22:08:48 +0000 Subject: [PATCH] feat: fixing a long line problem fixing a long line problem FIXES: APER-2851 --- .../certificates/management/commands/modify_cert_template.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"],