Skip to content

Commit 1ee101f

Browse files
drozdziak1thmzlt
authored andcommitted
test_sync.py: lazy % logging
1 parent 0a71a14 commit 1ee101f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def authority_permissions_json():
160160
"security_authority": SECURITY_AUTHORITY,
161161
}
162162

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

0 commit comments

Comments
 (0)