Skip to content

Commit

Permalink
test_sync.py: lazy % logging
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdziak1 authored and thmzlt committed Jul 21, 2023
1 parent 0a71a14 commit 1ee101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def authority_permissions_json():
"security_authority": SECURITY_AUTHORITY,
}

LOGGER.debug(f"Writing authority permissions JSON:\n{value}")
LOGGER.debug("Writing authority permissions JSON:\n%s", value)
jsonfile.write(json.dumps(value).encode())
jsonfile.flush()

Expand Down

0 comments on commit 1ee101f

Please sign in to comment.