SlicerDMRI / whitematteranalysis

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

STYLE: Prefer obtaining the module filenames automatically from Python #201

Closed jhlegarreta closed 7 months ago

jhlegarreta commented 8 months ago

Prefer obtaining the module filenames automatically from Python: fixes messages where the filename is incorrect.

Left behind in commit becfe63.

Take advantage of the commit to use the Python 3 print function (using brackets) instead of the Python 2 statement where no further f-strings can be used.