Skip to content

Commit 77b7a33

Browse files
Update nibabel/nicom/utils.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 613a7d2 commit 77b7a33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabel/nicom/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def find_private_section(dcm_data, group_no, creator):
3232
if hasattr(creator, 'search'):
3333
match_func = creator.search
3434
else: # assume string / bytes
35-
creator = asstr(creator)
3635
match_func = asstr(creator).__eq__
3736
# Group elements assumed ordered by tag (groupno, elno)
3837
for element in dcm_data.group_dataset(group_no):

0 commit comments

Comments
 (0)