Fixed branch naming problem

This commit is contained in:
2024-04-24 17:21:44 +02:00
parent cf2431d4c3
commit 4663ed10e2

View File

@ -65,7 +65,7 @@ def first_initialize_metadata_review(hdf5_file_path, reviewer_attrs):
"""
initials = reviewer_attrs['initials']
branch_name = '-'.join([reviewer_attrs['type'],'review:',initials])
branch_name = '-'.join([reviewer_attrs['type'],'review_',initials])
hdf5_file_path_tail, filename_path_head = os.path.split(hdf5_file_path)
filename, ext = os.path.splitext(filename_path_head)