Skip to content

Commit

Permalink
pylint lazy logging
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Aug 10, 2023
1 parent c15223d commit d2ddcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_cli/account_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,4 @@ def save_emails(self, unit: str = None) -> None:
with email_file.open(mode="w+", encoding="utf-8") as file:
file.write("; ".join(emails))

LOG.info(f"Saved emails to file: {email_file}")
LOG.info("Saved emails to file: %s", email_file)

0 comments on commit d2ddcbb

Please sign in to comment.