feat: fixing a long line problem

fixing a long line problem

FIXES: APER-2851
This commit is contained in:
Deborah Kaplan
2024-01-11 22:08:48 +00:00
parent 18027adfae
commit ce48516c90

View File

@@ -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"],