Skip to content

Commit 348bfbd

Browse files
authored
Update bump_recipes_versions.py
1 parent 1f004a0 commit 348bfbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

emci/bot/bump_recipes_versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ def empty_context_manager():
269269
['gh', 'pr', 'view', pr_id, '--json', 'baseRefName', '-q', '.baseRefName']
270270
).decode('utf-8').strip()
271271
if target_branch_name == current_branch_name:
272-
prs.append(pr)
272+
prs.append(pr_line)
273273
else:
274-
print(f"skip PR {pr} [ current branch {current_branch_name} but PR is for {target_branch_name}]")
274+
print(f"skip PR {pr_id} [ current branch {current_branch_name} but PR is for {target_branch_name}]")
275275

276276
all_recipes = [recipe for recipe in Path(recipe_dir).iterdir() if recipe.is_dir()]
277277
# map from folder names to recipe-dir

0 commit comments

Comments
 (0)