Skip to content

Commit e185e15

Browse files
committed
add missing f to f-string
1 parent 5298f82 commit e185e15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage_new_issues_and_pull_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def track_items(args, github_gql_client, project_data, items):
327327
field_id = project_data[project]["status_field_id"]
328328
break
329329
if not project_id:
330-
LOG.error("missing project assignment for repository: {repo}")
330+
LOG.error(f"missing project assignment for repository: {repo}")
331331
sys.exit(1)
332332
# add pull request to project
333333
if not args.dryrun:

0 commit comments

Comments
 (0)