Skip to content

Commit 25dccdf

Browse files
authored
Merge pull request #234 from creativecommons/repo-assignment-error
Add missing "f" to f-string
2 parents 2870d0e + db8f262 commit 25dccdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)