-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Labels
good first issueBite-sized items for first time contributorsBite-sized items for first time contributorsngclient
Milestone
Description
(this is about code currently in experimental-client/ngclient branch, hopefully soon in develop)
We currently have some f-strings in logging:
msg = (
f"Adding child role {child_role_name}.\n",
"Not backtracking to other roles.",
)
logger.debug(msg)
Let's use %-style instead in logging (even if f-strings are great for other string formatting, see the google python style guide)
Metadata
Metadata
Assignees
Labels
good first issueBite-sized items for first time contributorsBite-sized items for first time contributorsngclient