Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Jun 27, 2024
1 parent 53f39f5 commit cfbd3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcm2bids/sidecar.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def build_acquisitions(self, participant):
self.logger.warning(f"Several Pairing <- {sidecarName}")
for desc in valid_descriptions:
acq = Acquisition(participant,
reorder_entities=self.reorder_entities,
do_not_reorder_entities=self.do_not_reorder_entities,
**desc)
self.logger.warning(f" -> {acq.suffix}")

Expand Down

0 comments on commit cfbd3a4

Please sign in to comment.