Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cadetrdm/repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -1871,7 +1871,7 @@ def _add_branch_name_to_log(self) -> None:
# Add new column to header if not present
if "project_repo_branch" not in rows[0]:
for row in rows:
branch = branch_colc.split("_")[2]
branch = branch_col.split("_")[2]
row["project_repo_branch"] = branch

if "project_repo_branch" not in fieldnames:
Expand Down