Skip to content

Commit 98a690a

Browse files
committed
update renameFile
1 parent 85851b5 commit 98a690a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/renameFile.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
bids.internal.camel_case(specification.entities.(entities{i})));
3535
end
3636
end
37+
if isfield(specification, 'entity_order')
38+
bf = bf.reorder_entities(specification.entity_order);
39+
end
3740

3841
bf = bf.update;
3942

0 commit comments

Comments
 (0)