Skip to content

Commit

Permalink
corrected call
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoslavic committed Sep 26, 2023
1 parent a57dbf5 commit f26de04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuff/datasets/dataset_2467.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def prepare_2467(
if type(groups) != list:
raise TypeError('groups must be in a list, also a single group')
for item in groups:
pyuff.datasets.dataset_2467.prepare_group(
prepare_group(
item['group_number'],
item['group_name'],
item['entity_type_code'],
Expand Down

0 comments on commit f26de04

Please sign in to comment.