Skip to content

Commit

Permalink
Update nibabel/nicom/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
matthew-brett and effigies authored Apr 22, 2023
1 parent 613a7d2 commit 77b7a33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nibabel/nicom/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def find_private_section(dcm_data, group_no, creator):
if hasattr(creator, 'search'):
match_func = creator.search
else: # assume string / bytes
creator = asstr(creator)
match_func = asstr(creator).__eq__
# Group elements assumed ordered by tag (groupno, elno)
for element in dcm_data.group_dataset(group_no):
Expand Down

0 comments on commit 77b7a33

Please sign in to comment.