SlicerDMRI / whitematteranalysis

White matter tractography clustering and more...
https://dmri.slicer.org/whitematteranalysis/
Other
69 stars 34 forks source link

BUG: Remove spare `f` in an f-string #225

Closed jennydaman closed 10 months ago

jennydaman commented 11 months ago

Remove a spare f when redirecting the output of a 3D Slicer command call using an f-string in the transform hardening script.

Inadvertently introduced in commit ac6040f.

jhlegarreta commented 10 months ago

@jennydaman Thanks for the patch set !

Can you please amend your commit and push force with the following changes?

You can find some examples of accurate messages in the commit history. This blog post is very enlightening: https://cbea.ms/git-commit/amp/

jennydaman commented 10 months ago

@jhlegarreta I force-pushed a better commit message.

jhlegarreta commented 10 months ago

@jhlegarreta I force-pushed a better commit message.

@jennydaman Only the commit message body was changed; there is no commit message body. I will amend and push force.

jhlegarreta commented 10 months ago

CI build failures are unrelated (cross-referencing https://github.com/SlicerDMRI/whitematteranalysis/pull/226#issuecomment-1873843259).

Thanks for having detected and fixed this @jennydaman.

Merging.