Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 9e8d580

Browse files
fix(ta): branch can be none (#1222)
1 parent eae0b7d commit 9e8d580

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

services/test_analytics/ta_processing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ def get_ta_processing_info(
5151

5252
commit = Commit.objects.get(repository=repository, commitid=commitid)
5353
branch = commit.branch
54-
if branch is None:
55-
raise ValueError("Branch is None")
5654

5755
user_yaml: UserYaml = UserYaml(commit_yaml)
5856
return TAProcInfo(

0 commit comments

Comments
 (0)