Skip to content

Commit 48c07e2

Browse files
authored
Merge pull request #236 from creativecommons/f-string-openglam
Add missing f to f-string and add openglam repo to projects
2 parents 5298f82 + c5bcd1f commit 48c07e2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ccos/manage/projects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ possumbilities: # Web Development and Web Support
2323
- network-platforms
2424
- og-image-generator
2525
- open4us.org
26+
- openglam
2627
- queulat
2728
- reversionary-rights
2829
- search

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)