Skip to content

Commit cac3093

Browse files
author
Zinc Lim
committed
review_patch: Fixed f string quote type
Signed-off-by: Zinc Lim <[email protected]>
1 parent 857ed57 commit cac3093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

review_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def main():
4242
log_end_sec()
4343

4444
for patch in series["patches"]:
45-
log_open_sec(f"Processing patch id {patch["id"]}")
45+
log_open_sec(f'Processing patch id {patch["id"]}')
4646

4747
page = requests.get(patch["url"]).json()
4848

0 commit comments

Comments
 (0)