Skip to content

Commit db8f262

Browse files
committed
f-strings need f
1 parent 2870d0e commit db8f262

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
@@ -275,7 +275,7 @@ def track_items(args, github_gql_client, project_data, items):
275275
field_id = project_data[project]["status_field_id"]
276276
break
277277
if not project_id:
278-
LOG.error("missing project assignment for repository: {repo}")
278+
LOG.error(f"missing project assignment for repository: {repo}")
279279
sys.exit(1)
280280
# add issue to project
281281
if not args.dryrun:

0 commit comments

Comments
 (0)