Skip to content

Commit

Permalink
Ciac 9706
Browse files Browse the repository at this point in the history
  • Loading branch information
edik24 committed Jul 9, 2024
1 parent d28fb21 commit 4c8b834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/github_workflow_scripts/handle_external_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ def check_if_item_is_tim(content_object: BaseContent | None) -> bool:
return True
except Exception as er:
print(f"The pack is not TIM: {er}")
finally:
return False
return False


def check_files_of_pr_manually(pr_files: list[str]) -> bool:
Expand Down

0 comments on commit 4c8b834

Please sign in to comment.